summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2017-03-25 17:55:57 -1000
committerGaetan Bisson2017-03-25 17:55:57 -1000
commitf94e3ae5c1729963f1f33ca376269d478cbab523 (patch)
treecc7f7dc772e0fba87722e0464a256535a09883b0
parent98ed8c8d8a0f4fd1168de1026481bdffa2851e05 (diff)
downloadaur-f94e3ae5c1729963f1f33ca376269d478cbab523.tar.gz
rebuild for openssl-1.1.0, switch to sha256sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6833bf24e24..33653088e01e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = stirfs
pkgdesc = Secure, transparent and irresistible filesystem
pkgver = 1.7
- pkgrel = 1
+ pkgrel = 2
url = http://fenua.org/gaetan/src/
arch = x86_64
license = ISC
depends = fuse3
depends = openssl
source = http://fenua.org/gaetan/src//stirfs-1.7.c
- sha1sums = e358ecf0869bd314a91ad59767f546f379777f26
+ sha256sums = 83419d236aea6189ff70c96a2d617c4d983cb5a75e62f9949c0162e056040d14
pkgname = stirfs
diff --git a/PKGBUILD b/PKGBUILD
index 30254227ced8..d06e88aa3ccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=stirfs
pkgver=1.7
-pkgrel=1
+pkgrel=2
pkgdesc='Secure, transparent and irresistible filesystem'
url='http://fenua.org/gaetan/src/'
license=('ISC')
depends=('fuse3' 'openssl')
arch=('x86_64')
source=("${url}/${pkgname}-${pkgver}.c")
-sha1sums=('e358ecf0869bd314a91ad59767f546f379777f26')
+sha256sums=('83419d236aea6189ff70c96a2d617c4d983cb5a75e62f9949c0162e056040d14')
build() {
cd "${srcdir}"