diff --git a/srcpkgs/lz4jsoncat/template b/srcpkgs/lz4jsoncat/template index 64e16c75bd6..baa1e85b3ac 100644 --- a/srcpkgs/lz4jsoncat/template +++ b/srcpkgs/lz4jsoncat/template @@ -1,9 +1,8 @@ # Template file for 'lz4jsoncat' pkgname=lz4jsoncat -version=0.0.20190105 +version=2 revision=1 -_githash=65fd7add7906f0df9a7f30cf2ffab1f2bb5d0927 -wrksrc="lz4json-${_githash}" +wrksrc="lz4json-${version}" build_style=gnu-makefile hostmakedepends="pkg-config" makedepends="lz4-devel" @@ -11,11 +10,13 @@ short_desc="C decompress tool for Mozilla lz4json format" maintainer="Leah Neukirchen " license="BSD-2-Clause" homepage="https://github.com/andikleen/lz4json" -distfiles="https://github.com/andikleen/lz4json/archive/${_githash}.tar.gz" -checksum=631ed26d85b4546bc0568e38d13a0137e776a7610e551c61611cd59a64facb95 +distfiles="https://github.com/andikleen/lz4json/archive/v${version}.tar.gz" +checksum=f59e522a19f846a55be787b4cd194ea35895ef58db9ec315da10585abab99b20 do_install() { sed '/^$/q' LICENSE vlicense LICENSE + vbin lz4jsoncat + vman lz4jsoncat.1 }