summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2023-12-10 17:07:08 -0700
committerxgjmibzr2023-12-10 17:07:08 -0700
commit128d5b811e3d0bd6277cac000ab4522ce8923895 (patch)
tree5ecab0cc238f2c1f9d3a96d9b7d4db48df99e767
parent8f0c1bb65da06ac8542674393a6240f85edfeb34 (diff)
downloadaur-128d5b811e3d0bd6277cac000ab4522ce8923895.tar.gz
0.31.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 261f766bad74..c25a953d3e43 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.0
+ pkgver = 0.31.1
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.0.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.31.0.tar.gz
- sha512sums = 800a3238b65b55c2eb39baf9293a46403f0099bd2d18d04fa7eae8ac10bb677ce6b11ac481490b87ddb6950218480490163cbf351fc6d22b3aa0ddb1e1bbf235
+ source = httm-0.31.1.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.31.1.tar.gz
+ sha512sums = 7a2cca8a429448f794f9a010f0685f8ebcd4b6f7dcbe2a0d24b3f3caa41555ef6919a5ca529cdcbe019c9ace0765fb709bdf66f01580dc27f88a00b92e8e63eb
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 325d124232ee..0071503218f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.31.0
+pkgver=0.31.1
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=('800a3238b65b55c2eb39baf9293a46403f0099bd2d18d04fa7eae8ac10bb677ce6b11ac481490b87ddb6950218480490163cbf351fc6d22b3aa0ddb1e1bbf235')
+sha512sums=('7a2cca8a429448f794f9a010f0685f8ebcd4b6f7dcbe2a0d24b3f3caa41555ef6919a5ca529cdcbe019c9ace0765fb709bdf66f01580dc27f88a00b92e8e63eb')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"