summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2016-12-31 21:07:59 -1000
committerGaetan Bisson2016-12-31 21:07:59 -1000
commit98ed8c8d8a0f4fd1168de1026481bdffa2851e05 (patch)
tree3391d5ef49e5257692fbc25f82d8e2a23bca4b50
parent9afc976c3560e33345aea38d7c3cfd708e40c5ee (diff)
downloadaur-98ed8c8d8a0f4fd1168de1026481bdffa2851e05.tar.gz
upstream update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7b93a872cbe..f6833bf24e24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = stirfs
pkgdesc = Secure, transparent and irresistible filesystem
- pkgver = 1.6
+ pkgver = 1.7
pkgrel = 1
url = http://fenua.org/gaetan/src/
arch = x86_64
license = ISC
depends = fuse3
depends = openssl
- source = http://fenua.org/gaetan/src//stirfs-1.6.c
- sha1sums = 731f3569e81c8ff5a53bbd7ca803499e009ea212
+ source = http://fenua.org/gaetan/src//stirfs-1.7.c
+ sha1sums = e358ecf0869bd314a91ad59767f546f379777f26
pkgname = stirfs
diff --git a/PKGBUILD b/PKGBUILD
index 882aa651c7b2..30254227ced8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=stirfs
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc='Secure, transparent and irresistible filesystem'
url='http://fenua.org/gaetan/src/'
@@ -9,7 +9,7 @@ license=('ISC')
depends=('fuse3' 'openssl')
arch=('x86_64')
source=("${url}/${pkgname}-${pkgver}.c")
-sha1sums=('731f3569e81c8ff5a53bbd7ca803499e009ea212')
+sha1sums=('e358ecf0869bd314a91ad59767f546f379777f26')
build() {
cd "${srcdir}"