summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2025-03-16 15:50:38 -0600
committerxgjmibzr2025-03-16 15:50:38 -0600
commita1d0bcbddbdfde0a1f587d793d5542b891c8cec8 (patch)
tree78b9a7892293565543210eecac5459d902a39032
parentd56fbe69ae3849e5d80d8e77b6f5862a3d59ea01 (diff)
downloadaur-a1d0bcbddbdfde0a1f587d793d5542b891c8cec8.tar.gz
0.46.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 755383e7f481..e0a6f13a0007 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, BTRFS, or NILFS snapshots.
- pkgver = 0.46.5
+ pkgver = 0.46.6
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.46.5.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.46.5.tar.gz
- sha512sums = 32ec61ffbd639dee7a6b8ce7504243cc5c3faf6c540bcf5859ea2f6ebebe7793a1fe4ab600afb15cabbfddfe8936ebaa02e77f20746025babe1e3823617b1315
+ source = httm-0.46.6.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.46.6.tar.gz
+ sha512sums = d66e187eda0417c0330c828e4dbefa65364d4a01b0a0cabd1fd43d7ce70764e70d2ba1202750c68a56babe7f00ebd4358489a6722d6d0211a64f80dac4ab60c7
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 0b8f4b37ba64..14b71d3c9222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.46.5
+pkgver=0.46.6
pkgrel=1
pkgdesc="Prints the size, date and locations of available unique versions (deduplicated by modify time and size) of files residing on ZFS, BTRFS, or NILFS 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=('32ec61ffbd639dee7a6b8ce7504243cc5c3faf6c540bcf5859ea2f6ebebe7793a1fe4ab600afb15cabbfddfe8936ebaa02e77f20746025babe1e3823617b1315')
+sha512sums=('d66e187eda0417c0330c828e4dbefa65364d4a01b0a0cabd1fd43d7ce70764e70d2ba1202750c68a56babe7f00ebd4358489a6722d6d0211a64f80dac4ab60c7')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"