lzlib: update to 1.13.
This commit is contained in:
parent
3ec30d9622
commit
16b935ee9f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lzlib'
|
||||
pkgname=lzlib
|
||||
version=1.12
|
||||
version=1.13
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --disable-static"
|
||||
|
@ -9,7 +9,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://www.nongnu.org/lzip/lzlib"
|
||||
distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz"
|
||||
checksum=8e5d84242eb52cf1dcc98e58bd9ba8ef1aefa501431abdd0273a22bf4ce337b1
|
||||
checksum=a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
||||
|
|
Loading…
Reference in a new issue