summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiral2016-04-03 16:49:49 -0300
committerHeiral2016-04-03 16:49:49 -0300
commit220dbeff028d33afce2a30485b8405355157ed46 (patch)
treec7779b5f8db40856772d49c94d239d818288ebff
parent76051abe11fdc74945e6dae68e5c99152d8d3ef3 (diff)
downloadaur-220dbeff028d33afce2a30485b8405355157ed46.tar.gz
Update to 7.08
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 213fdb536154..374caf472dbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 20 09:57:11 UTC 2016
+# Sun Apr 3 19:49:30 UTC 2016
pkgbase = zpaq
pkgdesc = Programmable file compressor, library and utilities. Based on the PAQ compression algorithm
- pkgver = 7.07
+ pkgver = 7.08
pkgrel = 1
url = http://mattmahoney.net/dc/zpaq.html
arch = i686
@@ -10,8 +10,8 @@ pkgbase = zpaq
license = custom
license = MIT
makedepends = perl
- source = http://mattmahoney.net/dc/zpaq707.zip
- sha512sums = 9c9ca868e825ea21314656a9ba6e8b08b1ce8148e3b7d702f27ff443e6370622d79f1f09e16feb4274afc774d0a8f870b21435b691b65ad28512eca024677e7c
+ source = http://mattmahoney.net/dc/zpaq708.zip
+ sha512sums = d91a18f35548ff49b92c337b2cdd0eebf76bcf035c6ab79c3323bcfbe78fb28d0a26a2fa0049be5849095a783e48950de3808abcaee27032c2113174f0e2b5dd
pkgname = zpaq
diff --git a/PKGBUILD b/PKGBUILD
index c848739a5d2b..ff7087957fda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,17 @@
pkgname=zpaq
pkgdesc='Programmable file compressor, library and utilities. Based on the PAQ compression algorithm'
url='http://mattmahoney.net/dc/zpaq.html'
-pkgver=7.07
+pkgver=7.08
pkgrel=1
-_zpaq_ver=707
+_zpaq_ver=708
arch=(i686 x86_64)
license=(custom MIT)
makedepends=(perl)
source=(http://mattmahoney.net/dc/zpaq${_zpaq_ver}.zip)
-sha512sums=('9c9ca868e825ea21314656a9ba6e8b08b1ce8148e3b7d702f27ff443e6370622d79f1f09e16feb4274afc774d0a8f870b21435b691b65ad28512eca024677e7c')
+sha512sums=('d91a18f35548ff49b92c337b2cdd0eebf76bcf035c6ab79c3323bcfbe78fb28d0a26a2fa0049be5849095a783e48950de3808abcaee27032c2113174f0e2b5dd')
build()
{