summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Trigueros2023-04-15 11:23:26 +0200
committerOwen Trigueros2023-04-15 11:23:26 +0200
commit67dbaf3d7a0a114e6d3a3b098db130cdcb69cffe (patch)
treeede4861117f466f2d531d43365a59bf1d8be0d26
parentf7cbcbab9e3996e01cf77c628595437cd99f4449 (diff)
downloadaur-67dbaf3d7a0a114e6d3a3b098db130cdcb69cffe.tar.gz
upgpkg: httpdirfs 1.2.5-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59da61b62027..2d43e051ea28 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.4
+ pkgver = 1.2.5
pkgrel = 1
url = https://github.com/fangfufu/httpdirfs
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = httpdirfs
depends = fuse2
depends = curl
depends = expat
- source = httpdirfs-1.2.4.tar.gz::https://github.com/fangfufu/httpdirfs/archive/1.2.4.tar.gz
- md5sums = f6d1e69f2458c9858cf1f44972a8ebc9
+ source = httpdirfs-1.2.5.tar.gz::https://github.com/fangfufu/httpdirfs/archive/1.2.5.tar.gz
+ md5sums = 77910de057b196ed7b3714f7a0698203
pkgname = httpdirfs
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"