gzip: update to 1.5.
This commit is contained in:
parent
5bbb903603
commit
85886e177b
1 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'gzip'
|
||||
pkgname=gzip
|
||||
version=1.4
|
||||
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
version=1.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="GNU compression utility (replacement for compress)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d166cfd3da380da1bd535633e8890bfb5664f9e68870a611d1dc01a3e9f711ee
|
||||
homepage="http://www.gnu.org/software/gzip/"
|
||||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
|
||||
checksum=b5d56e8ffc9918e8c941fab56e04121194f9870adeeb859e09c09eac264035a3
|
||||
long_desc="
|
||||
gzip (GNU zip) is a compression utility designed to be a replacement for
|
||||
'compress'. Its main advantages over compress are much better compression
|
||||
|
|
Loading…
Reference in a new issue