summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2023-12-10 17:10:58 -0700
committerxgjmibzr2023-12-10 17:10:58 -0700
commit0a463fca7850247e26380a4bd7dfc1d50a36ca4e (patch)
treeece97ba909f69b76776af8a2eecf56e8f081c407
parentda9c1777e6404c87051c85a62de4877405900dc7 (diff)
downloadaur-0a463fca7850247e26380a4bd7dfc1d50a36ca4e.tar.gz
0.32.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e44031dfb7b..95e6ad4903fa 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.1
+ pkgver = 0.32.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.32.1.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.32.1.tar.gz
- sha512sums = d50cd48fe03f77db75271261f23fe91f83bc0b5ce8d7c369e28928d9324d3bee28586bafbd3bcfacdf547a7a075a8ce8e9bf6a1851fb0e258328394e8b1f8f71
+ source = httm-0.32.2.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.32.2.tar.gz
+ sha512sums = 0d1c5e125eae82053a695f98debe9ce65f3690d5dac82251ee36bccb3a95fd234ce8490e922b1c3714d807490b92b3fcf032bb3af09039b74d00b5b5947e3a0e
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 639e6e078f14..5b6fc31a433f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.32.1
+pkgver=0.32.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=('d50cd48fe03f77db75271261f23fe91f83bc0b5ce8d7c369e28928d9324d3bee28586bafbd3bcfacdf547a7a075a8ce8e9bf6a1851fb0e258328394e8b1f8f71')
+sha512sums=('0d1c5e125eae82053a695f98debe9ce65f3690d5dac82251ee36bccb3a95fd234ce8490e922b1c3714d807490b92b3fcf032bb3af09039b74d00b5b5947e3a0e')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"