summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Perry (Pezz)2020-04-06 13:03:42 +1000
committerSimon Perry (Pezz)2020-04-06 13:03:42 +1000
commitd4a58f95af59c826d91431b4093e411c935c4893 (patch)
treea8368fcbaf6315f80351cfef75400fccec6f9580
parent87fb15873972a6de062176d1c62dd1f8ae5c0add (diff)
downloadaur-d4a58f95af59c826d91431b4093e411c935c4893.tar.gz
Update to 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96aba4614342..d5dae15d0b01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = spiped
pkgdesc = Secure pipe daemon
- pkgver = 1.6.0
+ pkgver = 1.6.1
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.6.0.tgz
- sha256sums = e6f7f8f912172c3ad55638af8346ae7c4ecaa92aed6d3fb60f2bda4359cba1e4
+ source = http://www.tarsnap.com/spiped/spiped-1.6.1.tgz
+ sha256sums = 8d7089979db79a531a0ecc507b113ac6f2cf5f19305571eff1d3413e0ab33713
pkgname = spiped
diff --git a/PKGBUILD b/PKGBUILD
index d6353712c297..58ed9ab5135e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nicolas Pouillard http://nicolaspouillard.fr
pkgname=spiped
-pkgver=1.6.0
+pkgver=1.6.1
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=('e6f7f8f912172c3ad55638af8346ae7c4ecaa92aed6d3fb60f2bda4359cba1e4')
+sha256sums=('8d7089979db79a531a0ecc507b113ac6f2cf5f19305571eff1d3413e0ab33713')
build() {
cd ${srcdir}/${pkgname}-${pkgver}