summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiral2016-04-29 16:00:09 -0300
committerHeiral2016-04-29 16:00:09 -0300
commit2fcc5096a0470118fd3ce23ccc5edb2eeab756f0 (patch)
tree8d0175b5f5515d8e669603e089eef7a252894106
parent4f0b7eff47a2863e3b5882375e9997c60501a00b (diff)
downloadaur-2fcc5096a0470118fd3ce23ccc5edb2eeab756f0.tar.gz
Update to 7.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01f6a3a14813..8d7b5b6311d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 14 08:45:58 UTC 2016
+# Fri Apr 29 17:33:33 UTC 2016
pkgbase = zpaq
pkgdesc = Programmable file compressor, library and utilities. Based on the PAQ compression algorithm
- pkgver = 7.11
+ pkgver = 7.12
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/zpaq711.zip
- sha512sums = a942c0e16844cb2b1cd378a3a3c1ee2a734fe1079f8862e97f715cb36f09f999727558ff14c0068a24b240911d86a2c9c52e8166ce442fd6e7095a290bacc57e
+ source = http://mattmahoney.net/dc/zpaq712.zip
+ sha512sums = a94753f4374cfe1ce294224a2ca7e0c4a02d7ae57eaefc1606fedcd61b5cfa868e100abae0f7e343527223cf87325486699c6812d44dde8ccc22c61cf30e2033
pkgname = zpaq
diff --git a/PKGBUILD b/PKGBUILD
index 90a5e7856b57..91ccce3ee76f 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.11
+pkgver=7.12
pkgrel=1
-_zpaq_ver=711
+_zpaq_ver=712
arch=(i686 x86_64)
license=(custom MIT)
makedepends=(perl)
source=(http://mattmahoney.net/dc/zpaq${_zpaq_ver}.zip)
-sha512sums=('a942c0e16844cb2b1cd378a3a3c1ee2a734fe1079f8862e97f715cb36f09f999727558ff14c0068a24b240911d86a2c9c52e8166ce442fd6e7095a290bacc57e')
+sha512sums=('a94753f4374cfe1ce294224a2ca7e0c4a02d7ae57eaefc1606fedcd61b5cfa868e100abae0f7e343527223cf87325486699c6812d44dde8ccc22c61cf30e2033')
build()
{