summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Trigueros2021-08-14 10:31:38 +0200
committerOwen Trigueros2021-08-14 10:31:38 +0200
commit97c2b3d4eba540448f973a3c42adfdc715c9281e (patch)
tree43c6ce94c76f50fa0e604e04b9ebfb73d29ee8f9
parent5be05753d18e03fba9fb71f16e68721098faf2cc (diff)
downloadaur-97c2b3d4eba540448f973a3c42adfdc715c9281e.tar.gz
upgpkg: httpdirfs 1.2.2-1
upstream release Update to 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd296760a069..f5c2cb726bb9 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.1
+ pkgver = 1.2.2
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.1.tar.gz
- md5sums = 436520a3ce5e5bbc916e33a43e1a5a87
+ source = https://github.com/fangfufu/httpdirfs/archive/1.2.2.tar.gz
+ md5sums = 27a68f43302a123d357658bc614234e5
pkgname = httpdirfs
diff --git a/PKGBUILD b/PKGBUILD
index 29af9e8d376a..955de0886e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Owen Trigueros <owentrigueros@gmail.com>
pkgname=httpdirfs
-pkgver=1.2.1
+pkgver=1.2.2
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=("436520a3ce5e5bbc916e33a43e1a5a87")
+md5sums=("27a68f43302a123d357658bc614234e5")
build() {
cd "$pkgname-$pkgver"