summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2023-12-28 09:29:10 -0700
committerxgjmibzr2023-12-28 09:29:10 -0700
commit54bbc391eea039b9568b0ec87a01cb71d57ad0cf (patch)
tree61824ec86054ccd57c527ec3ab3c4602a3c739df
parent68340d345fdd3e8ac03f998858f2ac9115c27bcb (diff)
downloadaur-54bbc391eea039b9568b0ec87a01cb71d57ad0cf.tar.gz
0.33.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7550107276c7..fbe98d7ea0e5 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.33.5
+ pkgver = 0.33.6
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.33.5.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.33.5.tar.gz
- sha512sums = 33fc85aec6d9134742ea91a0d8ac6a63e4404dda9b772230fc05fdcdfc25c5c43c1755efa1c6534ec6f36e5aa6ebc7603968db3de79b662132d3d1f41a55ba62
+ source = httm-0.33.6.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.33.6.tar.gz
+ sha512sums = 497da1fe1a404ac0e31a3e9115d34d7703906fe7d4e5119544dde99e2f00f25e17927cadb329f9baf4027d066d43ab90716be6463e886384d7c9e25ffee95428
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index f9fd315b79cc..13c240531e9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.33.5
+pkgver=0.33.6
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=('33fc85aec6d9134742ea91a0d8ac6a63e4404dda9b772230fc05fdcdfc25c5c43c1755efa1c6534ec6f36e5aa6ebc7603968db3de79b662132d3d1f41a55ba62')
+sha512sums=('497da1fe1a404ac0e31a3e9115d34d7703906fe7d4e5119544dde99e2f00f25e17927cadb329f9baf4027d066d43ab90716be6463e886384d7c9e25ffee95428')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"