summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-03-22 21:59:38 -0600
committerxgjmibzr2024-03-22 21:59:38 -0600
commit4e63d24ff2397d4bb138b2f6538cb64791ba8ac1 (patch)
tree4edbd40d7b4f861db866f22e2982016de446ff2a
parent8149d8c77da981bd7e0f6d72509de609b32ef448 (diff)
downloadaur-4e63d24ff2397d4bb138b2f6538cb64791ba8ac1.tar.gz
0.37.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c34e3a24b60..8723517f8899 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.1
+ pkgver = 0.37.2
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.1.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.1.tar.gz
- sha512sums = 489a76176365e7eaa730263aca613dac5c9a3a0308e413c3d52d8da7673bde57d78b0b143a030719093aca85627c2d3c0d29440e5868ad1986521ae2258a7526
+ source = httm-0.37.2.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.2.tar.gz
+ sha512sums = 7d62fe22a1c8f55542582cddad9f6431a0cb6a966ee85b5a3747756c838d52e0e550adfd6fd2a543cbc5eef86096b91394e163264641576a1f0ccec9435e5c98
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index f825cbbd6542..64448fa173f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.37.1
+pkgver=0.37.2
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=('489a76176365e7eaa730263aca613dac5c9a3a0308e413c3d52d8da7673bde57d78b0b143a030719093aca85627c2d3c0d29440e5868ad1986521ae2258a7526')
+sha512sums=('7d62fe22a1c8f55542582cddad9f6431a0cb6a966ee85b5a3747756c838d52e0e550adfd6fd2a543cbc5eef86096b91394e163264641576a1f0ccec9435e5c98')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"