summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Perry (Pezz)2017-05-01 09:30:09 +1000
committerSimon Perry (Pezz)2017-05-01 09:30:09 +1000
commit87fb15873972a6de062176d1c62dd1f8ae5c0add (patch)
tree00708c351037d9e2f01b94508ebfe73cb7e7df9a
parent52b610c11b3faf1e1226e81d02c6984c71702973 (diff)
downloadaur-87fb15873972a6de062176d1c62dd1f8ae5c0add.tar.gz
Update to 1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 398e8ad3da1a..96aba4614342 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = spiped
pkgdesc = Secure pipe daemon
- pkgver = 1.5.0
+ pkgver = 1.6.0
pkgrel = 1
url = http://www.tarsnap.com/spiped.html
arch = i686
arch = x86_64
license = BSD
depends = openssl
- source = http://www.tarsnap.com/spiped/spiped-1.5.0.tgz
- sha256sums = b2f74b34fb62fd37d6e2bfc969a209c039b88847e853a49e91768dec625facd7
+ source = http://www.tarsnap.com/spiped/spiped-1.6.0.tgz
+ sha256sums = e6f7f8f912172c3ad55638af8346ae7c4ecaa92aed6d3fb60f2bda4359cba1e4
pkgname = spiped
diff --git a/PKGBUILD b/PKGBUILD
index 7db7ba44b1bb..d6353712c297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nicolas Pouillard http://nicolaspouillard.fr
pkgname=spiped
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="Secure pipe daemon"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ source=(http://www.tarsnap.com/$pkgname/$pkgname-$pkgver.tgz)
url="http://www.tarsnap.com/spiped.html"
license=('BSD')
depends=('openssl')
-sha256sums=('b2f74b34fb62fd37d6e2bfc969a209c039b88847e853a49e91768dec625facd7')
+sha256sums=('e6f7f8f912172c3ad55638af8346ae7c4ecaa92aed6d3fb60f2bda4359cba1e4')
build() {
cd ${srcdir}/${pkgname}-${pkgver}