mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 12:54:42 +00:00
Replace .xz with .gz
This commit is contained in:
parent
48635ddff8
commit
4b00166b2a
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ Unix systems and in source format.
|
||||||
|
|
||||||
The `.asc` are GPG signatures that you can use to verify the download.
|
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
|
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
|
The GPG key used to sign these packages is 32EC6F3E. It can be
|
||||||
downloaded with `gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E`.
|
downloaded with `gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E`.
|
||||||
|
|
@ -20,7 +20,7 @@ Files
|
||||||
* `{APPNAME}-{VERSION}-portable.zip` -
|
* `{APPNAME}-{VERSION}-portable.zip` -
|
||||||
The portable Windows installer. Use this, if you want to run {APPNAME}
|
The portable Windows installer. Use this, if you want to run {APPNAME}
|
||||||
from a USB stick or external hard drive.
|
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
|
The source code. See `doc/install.txt` for compilation and installation
|
||||||
instructions. Under Windows you can use [7-zip](http://www.7-zip.org/)
|
instructions. Under Windows you can use [7-zip](http://www.7-zip.org/)
|
||||||
or [Peazip](http://peazip.sourceforge.net/) to extract the file contents.
|
or [Peazip](http://peazip.sourceforge.net/) to extract the file contents.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Version: 9.1
|
||||||
Hide: N
|
Hide: N
|
||||||
Website-URL: http://wummel.github.io/linkchecker/
|
Website-URL: http://wummel.github.io/linkchecker/
|
||||||
Changelog-URL: https://github.com/wummel/linkchecker/blob/master/doc/changelog.txt
|
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
|
Debian-Package-URL: http://packages.debian.org/linkchecker
|
||||||
GIT-Tree-URL: https://github.com/wummel/linkchecker.git
|
GIT-Tree-URL: https://github.com/wummel/linkchecker.git
|
||||||
Windows-installer-URL: http://wummel.github.io/linkchecker/dist/LinkChecker-${version}.exe
|
Windows-installer-URL: http://wummel.github.io/linkchecker/dist/LinkChecker-${version}.exe
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue