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