summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2023-12-10 17:09:31 -0700
committerxgjmibzr2023-12-10 17:09:31 -0700
commit706cc319a6f53bbc88ebadb87862ceb8e60aeabc (patch)
treedcb724bb8a3182717afd9d80ffdaaac1e25a4005
parentbbbbe44bfc57d986d7f767757a31e19217b448ab (diff)
downloadaur-706cc319a6f53bbc88ebadb87862ceb8e60aeabc.tar.gz
0.31.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d127e6ccf7f3..d0622bfdb97d 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.6
+ pkgver = 0.31.7
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.6.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.31.6.tar.gz
- sha512sums = 385695d7482897384dfb6ad14a7e7f705276aa5653a22445bfcde6d6c5d261c5f17490eeecac7b8e35364a5e058b0d75a25fbf01fa9ede516f30c7aa4772e387
+ source = httm-0.31.7.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.31.7.tar.gz
+ sha512sums = 7a3d69379f0c651d38d1f1fbc6c2937ed326fbc1625f8e20f886ba40cb0796c676b0ed361f53eaa70abc9cbaf85065865a46472dad0532f5c105cd1ece7a3c57
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index f8a5ff8fa081..1d79b828985f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.31.6
+pkgver=0.31.7
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=('385695d7482897384dfb6ad14a7e7f705276aa5653a22445bfcde6d6c5d261c5f17490eeecac7b8e35364a5e058b0d75a25fbf01fa9ede516f30c7aa4772e387')
+sha512sums=('7a3d69379f0c651d38d1f1fbc6c2937ed326fbc1625f8e20f886ba40cb0796c676b0ed361f53eaa70abc9cbaf85065865a46472dad0532f5c105cd1ece7a3c57')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"