summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2017-12-01 15:28:29 -1000
committerGaetan Bisson2017-12-01 15:28:29 -1000
commited09cee90d3face569b2dfdb8968b85503f8e367 (patch)
treec7da2fafe18ae41d51bf2faf98a8e6cea3f32d4c
parentf94e3ae5c1729963f1f33ca376269d478cbab523 (diff)
downloadaur-ed09cee90d3face569b2dfdb8968b85503f8e367.tar.gz
upstream update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33653088e01e..a819b6e6539e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = stirfs
pkgdesc = Secure, transparent and irresistible filesystem
- pkgver = 1.7
- pkgrel = 2
- url = http://fenua.org/gaetan/src/
+ pkgver = 2.0
+ pkgrel = 1
+ url = https://fenua.org/gaetan/src/
arch = x86_64
license = ISC
depends = fuse3
depends = openssl
- source = http://fenua.org/gaetan/src//stirfs-1.7.c
- sha256sums = 83419d236aea6189ff70c96a2d617c4d983cb5a75e62f9949c0162e056040d14
+ source = https://fenua.org/gaetan/src//stirfs-2.0.c
+ sha256sums = 0a42e9d87f922cb973aa7df16dc701d8370a0341c300587240e47870e10f47c9
pkgname = stirfs
diff --git a/PKGBUILD b/PKGBUILD
index d06e88aa3ccd..08868b987e5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=stirfs
-pkgver=1.7
-pkgrel=2
+pkgver=2.0
+pkgrel=1
pkgdesc='Secure, transparent and irresistible filesystem'
-url='http://fenua.org/gaetan/src/'
+url='https://fenua.org/gaetan/src/'
license=('ISC')
depends=('fuse3' 'openssl')
arch=('x86_64')
source=("${url}/${pkgname}-${pkgver}.c")
-sha256sums=('83419d236aea6189ff70c96a2d617c4d983cb5a75e62f9949c0162e056040d14')
+sha256sums=('0a42e9d87f922cb973aa7df16dc701d8370a0341c300587240e47870e10f47c9')
build() {
cd "${srcdir}"