summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 596b8685ab64..fd296760a069 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = httpdirfs
pkgdesc = A filesystem which allows you to mount HTTP directory listings
- pkgver = 1.2.0
- pkgrel = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://github.com/fangfufu/httpdirfs
arch = any
license = GPL
depends = gumbo-parser
depends = fuse2
depends = openssl
- source = https://github.com/fangfufu/httpdirfs/archive/1.2.0.tar.gz
- md5sums = 5c9c31c39217da0a9ff44b4cae5704eb
+ source = https://github.com/fangfufu/httpdirfs/archive/1.2.1.tar.gz
+ md5sums = 436520a3ce5e5bbc916e33a43e1a5a87
pkgname = httpdirfs
-
diff --git a/PKGBUILD b/PKGBUILD
index da1df5c813b0..29af9e8d376a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Owen Trigueros <owentrigueros@gmail.com>
pkgname=httpdirfs
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc="A filesystem which allows you to mount HTTP directory listings"
arch=('any')
url="https://github.com/fangfufu/httpdirfs"
license=('GPL')
depends=('gumbo-parser' 'fuse2' 'openssl')
source=("https://github.com/fangfufu/$pkgname/archive/$pkgver.tar.gz")
-md5sums=("5c9c31c39217da0a9ff44b4cae5704eb")
+md5sums=("436520a3ce5e5bbc916e33a43e1a5a87")
build() {
cd "$pkgname-$pkgver"