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 913642668f1e..dce91252d593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.36.4
+pkgver=0.36.5
pkgrel=1
pkgdesc="Prints the size, date and locations of available unique versions (deduplicated by modify time and size) of files residing on ZFS or BTRFS snapshots."
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=('btrfs-progs: BTRFS support'
'nilfs-utils: NILFS2 support')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('4838d1624b5cb1ef008f68d799fcbb916b833933acf70d1497631572a1cf0d5692c5ac12e55a516a2b647fe0f331f02c68ae35c03e8e123945e6df52edcbb621')
+sha512sums=('dbd50b8243cbe710622868cc208ee7770d684679b1aa41bb040f04b22bdd8114733bdafd004c7aecd12004ef4f01d10f4bb4b47ebed0ea65a7163d28ecb7a125')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"