summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOwen Trigueros2023-04-15 11:23:26 +0200
committerOwen Trigueros2023-04-15 11:23:26 +0200
commit67dbaf3d7a0a114e6d3a3b098db130cdcb69cffe (patch)
treeede4861117f466f2d531d43365a59bf1d8be0d26 /PKGBUILD
parentf7cbcbab9e3996e01cf77c628595437cd99f4449 (diff)
downloadaur-67dbaf3d7a0a114e6d3a3b098db130cdcb69cffe.tar.gz
upgpkg: httpdirfs 1.2.5-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f9ae600f336..9d6a2addcbb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Owen Trigueros <owentrigueros@gmail.com>
pkgname=httpdirfs
-pkgver=1.2.4
+pkgver=1.2.5
pkgrel=1
pkgdesc="A filesystem which allows you to mount HTTP directory listings"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('gumbo-parser' 'fuse2' 'curl' 'expat')
makedepends=('help2man' 'doxygen')
source=("$pkgname-$pkgver.tar.gz::https://github.com/fangfufu/$pkgname/archive/$pkgver.tar.gz")
-md5sums=("f6d1e69f2458c9858cf1f44972a8ebc9")
+md5sums=("77910de057b196ed7b3714f7a0698203")
build() {
cd "$pkgname-$pkgver"