summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Trigueros2021-10-24 11:44:19 +0200
committerOwen Trigueros2021-10-24 11:44:19 +0200
commit1806e3cd8d824b69bd1bd2452941fbe36ed40825 (patch)
tree09a2c681e357ac25b807ec700bb532c93ff7e04a
parent97c2b3d4eba540448f973a3c42adfdc715c9281e (diff)
downloadaur-1806e3cd8d824b69bd1bd2452941fbe36ed40825.tar.gz
upgpkg: httpdirfs 1.2.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5c2cb726bb9..3d3364703faa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = httpdirfs
pkgdesc = A filesystem which allows you to mount HTTP directory listings
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/fangfufu/httpdirfs
arch = any
@@ -8,7 +8,7 @@ pkgbase = httpdirfs
depends = gumbo-parser
depends = fuse2
depends = openssl
- source = https://github.com/fangfufu/httpdirfs/archive/1.2.2.tar.gz
- md5sums = 27a68f43302a123d357658bc614234e5
+ source = https://github.com/fangfufu/httpdirfs/archive/1.2.3.tar.gz
+ md5sums = 32c2fb2e30e55b6e42ac6a54c638ba47
pkgname = httpdirfs
diff --git a/PKGBUILD b/PKGBUILD
index 955de0886e6b..25273acfabf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Owen Trigueros <owentrigueros@gmail.com>
pkgname=httpdirfs
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="A filesystem which allows you to mount HTTP directory listings"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/fangfufu/httpdirfs"
license=('GPL')
depends=('gumbo-parser' 'fuse2' 'openssl')
source=("https://github.com/fangfufu/$pkgname/archive/$pkgver.tar.gz")
-md5sums=("27a68f43302a123d357658bc614234e5")
+md5sums=("32c2fb2e30e55b6e42ac6a54c638ba47")
build() {
cd "$pkgname-$pkgver"