summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"