From 4b00166b2aae8917b3400a42e215b2ac4849d323 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 31 Mar 2014 12:09:56 +0200 Subject: [PATCH] Replace .xz with .gz --- doc/README-Download.md.tmpl | 4 ++-- linkchecker.freecode | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/README-Download.md.tmpl b/doc/README-Download.md.tmpl index 92608a88..85a7922b 100644 --- a/doc/README-Download.md.tmpl +++ b/doc/README-Download.md.tmpl @@ -6,7 +6,7 @@ Unix systems and in source format. The `.asc` are GPG signatures that you can use to verify the download. For example download the `.asc` file in the same directory as the -`.tar.xz` file and run `gpg --verify {APPNAME}-{VERSION}.tar.xz` +`.tar.gz` file and run `gpg --verify {APPNAME}-{VERSION}.tar.gz` The GPG key used to sign these packages is 32EC6F3E. It can be downloaded with `gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E`. @@ -20,7 +20,7 @@ Files * `{APPNAME}-{VERSION}-portable.zip` - The portable Windows installer. Use this, if you want to run {APPNAME} from a USB stick or external hard drive. -* `{APPNAME}-{VERSION}.tar.xz` - +* `{APPNAME}-{VERSION}.tar.gz` - The source code. See `doc/install.txt` for compilation and installation instructions. Under Windows you can use [7-zip](http://www.7-zip.org/) or [Peazip](http://peazip.sourceforge.net/) to extract the file contents. diff --git a/linkchecker.freecode b/linkchecker.freecode index c1f865ca..1e0278c5 100644 --- a/linkchecker.freecode +++ b/linkchecker.freecode @@ -3,7 +3,7 @@ Version: 9.1 Hide: N Website-URL: http://wummel.github.io/linkchecker/ Changelog-URL: https://github.com/wummel/linkchecker/blob/master/doc/changelog.txt -Source-Package-URL: http://wummel.github.io/linkchecker/dist/LinkChecker-${version}.tar.xz +Source-Package-URL: http://wummel.github.io/linkchecker/dist/LinkChecker-${version}.tar.gz Debian-Package-URL: http://packages.debian.org/linkchecker GIT-Tree-URL: https://github.com/wummel/linkchecker.git Windows-installer-URL: http://wummel.github.io/linkchecker/dist/LinkChecker-${version}.exe