zpaq: update to 7.15.
This commit is contained in:
parent
8ec5822ea6
commit
a1cde67555
2 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# template for 'zpaq'
|
# template for 'zpaq'
|
||||||
pkgname=zpaq
|
pkgname=zpaq
|
||||||
version=7.13
|
version=7.15
|
||||||
revision=1
|
revision=1
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
short_desc="Incremental Journaling Backup Utility and Archiver"
|
short_desc="Incremental Journaling Backup Utility and Archiver"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="unzip perl"
|
hostmakedepends="unzip perl"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
homepage="http://mattmahoney.net/dc/zpaq.html"
|
homepage="http://mattmahoney.net/dc/zpaq.html"
|
||||||
distfiles="http://mattmahoney.net/dc/zpaq${version//\./}.zip"
|
distfiles="http://mattmahoney.net/dc/zpaq${version//\./}.zip"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
checksum=9120cf4fb1afdecea3ac4f690d7b0577f7cb004ca6b152856edd8ac444f0d919
|
checksum=e85ec2529eb0ba22ceaeabd461e55357ef099b80f61c14f377b429ea3d49d418
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
${CXX} ${CFLAGS} zpaq.cpp libzpaq.cpp -pthread -o zpaq ${LDFLAGS}
|
${CXX} ${CFLAGS} zpaq.cpp libzpaq.cpp -pthread -o zpaq ${LDFLAGS}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
pattern="version is \K[\d.]+"
|
pattern="zpaq v\K[\d.]+"
|
||||||
|
|
Loading…
Reference in a new issue