lz4: update to 1.7.3

This commit is contained in:
Alessio Sergi 2016-11-21 23:47:30 +01:00
parent fdff24cc36
commit 843f641816
2 changed files with 5 additions and 7 deletions

View file

@ -1,15 +1,15 @@
# Template file for 'lz4'
pkgname=lz4
version=131
reverts="131_1"
version=1.7.3
revision=1
build_style=gnu-makefile
wrksrc="${pkgname}-r${version}"
short_desc="Extremely fast compression algorithm"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://www.lz4.info/"
homepage="http://www.lz4.org/"
license="2-clause-BSD, GPL-2"
distfiles="https://github.com/Cyan4973/${pkgname}/archive/r${version}.tar.gz"
checksum=9d4d00614d6b9dec3114b33d1224b6262b99ace24434c53487a0c8fd0b18cfed
distfiles="https://github.com/lz4/lz4/archive/v${version}.tar.gz"
checksum=6cc36e8971baf443dd66a334867402601efb55eec5ebde60d5c9021230cef1aa
lz4-devel_package() {
depends="${sourcepkg}-${version}_${revision}"

View file

@ -1,2 +0,0 @@
site="https://github.com/Cyan4973/lz4/tags"
pattern="archive/r\K[\d]+(?=\.tar\.gz)"