summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8e749d5132f..b43d80e45c9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = httpdirfs
pkgdesc = A filesystem which allows you to mount HTTP directory listings
- pkgver = 1.1.10
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/fangfufu/httpdirfs
arch = any
@@ -11,8 +11,8 @@ pkgbase = httpdirfs
depends = gumbo-parser
depends = fuse2
depends = openssl
- source = https://github.com/fangfufu/httpdirfs/archive/1.1.10.tar.gz
- md5sums = cfe5321a3de14cade2ce7bcbfcfde018
+ source = https://github.com/fangfufu/httpdirfs/archive/1.2.0.tar.gz
+ md5sums = 5c9c31c39217da0a9ff44b4cae5704eb
pkgname = httpdirfs
diff --git a/PKGBUILD b/PKGBUILD
index c7b76024c0a0..e929448039e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Owen Trigueros <owentrigueros@gmail.com>
pkgname=httpdirfs
-pkgver=1.1.10
+pkgver=1.2.0
pkgrel=1
pkgdesc="A filesystem which allows you to mount HTTP directory listings"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('gumbo-parser' 'fuse2' 'openssl')
makedepends=('gumbo-parser' 'fuse2' 'openssl')
source=("https://github.com/fangfufu/$pkgname/archive/$pkgver.tar.gz")
-md5sums=("cfe5321a3de14cade2ce7bcbfcfde018")
+md5sums=("5c9c31c39217da0a9ff44b4cae5704eb")
prepare() {
cd "$pkgname-$pkgver"