summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Perry (Pezz)2022-01-03 17:19:18 +1100
committerSimon Perry (Pezz)2022-01-03 17:19:18 +1100
commit60ff0cbe88505b15829f5278d5d4791f6b433b7e (patch)
treee01f6fd7da364f6dda3d566892f33f8a860b367b /PKGBUILD
parentd4a58f95af59c826d91431b4093e411c935c4893 (diff)
downloadaur-spiped.tar.gz
Update to 1.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58ed9ab5135e..9495e12cc9eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nicolas Pouillard http://nicolaspouillard.fr
pkgname=spiped
-pkgver=1.6.1
+pkgver=1.6.2
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=('8d7089979db79a531a0ecc507b113ac6f2cf5f19305571eff1d3413e0ab33713')
+sha256sums=('05d4687d12d11d7f9888d43f3d80c541b7721c987038d085f71c91bb06204567')
build() {
cd ${srcdir}/${pkgname}-${pkgver}