summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-03-22 22:00:17 -0600
committerxgjmibzr2024-03-22 22:00:17 -0600
commit42e15c9d429083b6f09000ccd8b1ac19045d7e63 (patch)
tree56141b50f24f521be3740af06a94ac77643bd4a4
parentea560e4e916da595a64951819cdce75ed2898388 (diff)
downloadaur-42e15c9d429083b6f09000ccd8b1ac19045d7e63.tar.gz
0.37.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb1d5daaed59..bee54ea46ec9 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.3
+ pkgver = 0.37.4
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.3.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.3.tar.gz
- sha512sums = db9b7a311ba7b8c4bdfb7d7aa2ef87a645d3ea97c226b376de35a860d4759fe7609e6a2fbbce3de4d21dfaaca2207d14607209b053bb3c385259097d0124b4dc
+ source = httm-0.37.4.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.4.tar.gz
+ sha512sums = 02c16b9ae9ab6708d8a2f6599fa165e3a231f82cc743dfe1b39514719c98bd7f8781f82dec34ccf9451febe0f58aa0b54bc136494a2daad8ee22fc385ea4d4ec
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index be49bb438510..0b205e1089d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.37.3
+pkgver=0.37.4
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=('db9b7a311ba7b8c4bdfb7d7aa2ef87a645d3ea97c226b376de35a860d4759fe7609e6a2fbbce3de4d21dfaaca2207d14607209b053bb3c385259097d0124b4dc')
+sha512sums=('02c16b9ae9ab6708d8a2f6599fa165e3a231f82cc743dfe1b39514719c98bd7f8781f82dec34ccf9451febe0f58aa0b54bc136494a2daad8ee22fc385ea4d4ec')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"