lz4: update to r124
This commit is contained in:
parent
b9b449c14d
commit
f33271a6dc
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'lz4'
|
||||
pkgname=lz4
|
||||
version=123
|
||||
version=124
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
wrksrc=${pkgname}-r${version}
|
||||
wrksrc="${pkgname}-r${version}"
|
||||
short_desc="Extremely fast compression algorithm"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://code.google.com/p/lz4/"
|
||||
license="2-clause-BSD, GPL-2"
|
||||
distfiles="https://github.com/Cyan4973/${pkgname}/archive/r${version}.tar.gz"
|
||||
checksum=ceb7b80490d60822cb29d2b372b70699aeb8b24bf988d1b169ff284176a44b32
|
||||
checksum=0b1aa010314f34a5a18724edbc1557692dd9b5759c561cb9a474625d90972e02
|
||||
|
||||
lz4-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue