summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2023-12-10 17:07:32 -0700
committerxgjmibzr2023-12-10 17:07:32 -0700
commitade9d401615ff85b40efc6c03b13fa6ea709fcab (patch)
treefcde062a072863523687f1b3b64e46d1bd6c43d3
parent128d5b811e3d0bd6277cac000ab4522ce8923895 (diff)
downloadaur-ade9d401615ff85b40efc6c03b13fa6ea709fcab.tar.gz
0.31.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c25a953d3e43..ef592ceadd52 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.31.1
+ pkgver = 0.31.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.31.1.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.31.1.tar.gz
- sha512sums = 7a2cca8a429448f794f9a010f0685f8ebcd4b6f7dcbe2a0d24b3f3caa41555ef6919a5ca529cdcbe019c9ace0765fb709bdf66f01580dc27f88a00b92e8e63eb
+ source = httm-0.31.2.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.31.2.tar.gz
+ sha512sums = 3cd5404aaf9d1235427c3f006dccbae8f1d9b4107d7a6980377a3e42eeb21f2046199d2c8dc7d7cb4deb2d7a4c982e11165f9f61870cfac29b06fc4abee69cff
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 0071503218f4..c48b14d9ecf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.31.1
+pkgver=0.31.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=('7a2cca8a429448f794f9a010f0685f8ebcd4b6f7dcbe2a0d24b3f3caa41555ef6919a5ca529cdcbe019c9ace0765fb709bdf66f01580dc27f88a00b92e8e63eb')
+sha512sums=('3cd5404aaf9d1235427c3f006dccbae8f1d9b4107d7a6980377a3e42eeb21f2046199d2c8dc7d7cb4deb2d7a4c982e11165f9f61870cfac29b06fc4abee69cff')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"