summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-03-29 11:41:33 -0600
committerxgjmibzr2024-03-29 11:41:33 -0600
commit5675c0530f73af2d9780f22065770aac1cae8fbb (patch)
tree20ab5ce3ff9cbcdfaabdd056bf3def8e1b5a96f9
parent5eb67d05907c3f28e81245255726f1689ea6b23a (diff)
downloadaur-5675c0530f73af2d9780f22065770aac1cae8fbb.tar.gz
0.37.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8744672ad9fc..81b97568ece0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = httm
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.
- pkgver = 0.37.8
+ pkgver = 0.37.9
pkgrel = 1
url = https://github.com/kimono-koans/httm
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = httm
conflicts = httm-git
options = !strip
options = !emptydirs
- source = httm-0.37.8.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.8.tar.gz
- sha512sums = 239bff56155051161ac659fd1a2b15d0e65775462a2571e910170cb7f7b9159066c843386cae36822e7047e4c39cd06abc93fd6389c426f68a6f02bb355ac15f
+ source = httm-0.37.9.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.9.tar.gz
+ sha512sums = f148e9fc0c0f78a6d3fc7237694d9aaf07add6704d2559b9d47b9169516c608dd875a853f15ea2ee85f48c71fcfbb4b2d6862327e8f9bfb42e2151928fc2d626
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index b115bd017f57..c3ad03c892ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.37.8
+pkgver=0.37.9
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=('239bff56155051161ac659fd1a2b15d0e65775462a2571e910170cb7f7b9159066c843386cae36822e7047e4c39cd06abc93fd6389c426f68a6f02bb355ac15f')
+sha512sums=('f148e9fc0c0f78a6d3fc7237694d9aaf07add6704d2559b9d47b9169516c608dd875a853f15ea2ee85f48c71fcfbb4b2d6862327e8f9bfb42e2151928fc2d626')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"