summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2023-12-18 09:55:29 -0700
committerxgjmibzr2023-12-18 09:55:29 -0700
commit21184544d87d3bf4406e3f0151aceebac53b4186 (patch)
tree02a9dadf7c6b8036cce9408da417721244f3e2f0
parentc5d9067c68b0db1082f85a3a2e9219150540056f (diff)
downloadaur-21184544d87d3bf4406e3f0151aceebac53b4186.tar.gz
0.32.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b9fd5f6b75a..8806e4e62c1e 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.32.4
+ pkgver = 0.32.5
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.32.4.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.32.4.tar.gz
- sha512sums = ba2a231120f4a10a71fbb6447ec91782a1c1a1086d64f0a35dca646e7635bbd4eecefcd83fc97fd9c5f9403c7e778bd05dbff5b48f9eebaecc3742de3e88139f
+ source = httm-0.32.5.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.32.5.tar.gz
+ sha512sums = e475fd4511c9de915959bb9b04dc26b19fd8c2f20eab9c50f59a3d9074769187cac25d64e31175f4339185dbf2c5b2a2218a0d80fdffc9574e6f786bc1bb8027
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 65a4bfa15602..2a9afa1b86ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.32.4
+pkgver=0.32.5
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=('ba2a231120f4a10a71fbb6447ec91782a1c1a1086d64f0a35dca646e7635bbd4eecefcd83fc97fd9c5f9403c7e778bd05dbff5b48f9eebaecc3742de3e88139f')
+sha512sums=('e475fd4511c9de915959bb9b04dc26b19fd8c2f20eab9c50f59a3d9074769187cac25d64e31175f4339185dbf2c5b2a2218a0d80fdffc9574e6f786bc1bb8027')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"