summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2023-12-28 09:27:45 -0700
committerxgjmibzr2023-12-28 09:27:45 -0700
commitc8910b6e8064668bb07df866e4321ed250195d09 (patch)
tree8d318c22f192b3fc0cd50291cbf58203f9aff391
parent0aba1b17ad70151cb16618ac293d92b642bd10fb (diff)
downloadaur-c8910b6e8064668bb07df866e4321ed250195d09.tar.gz
0.33.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8333f0905b4e..b5ba36d1a797 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.3
+ pkgver = 0.33.4
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.3.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.33.3.tar.gz
- sha512sums = 1795214128f39e877b8adc64945ce1828c9b383d540df31f65f9f27a573c98f8816174f6b641983a051d348ac31067b18d80299b760e2975bbf8ef4256f3d819
+ source = httm-0.33.4.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.33.4.tar.gz
+ sha512sums = 46ad8bd14fe47a70888cecfe2b0729c0046f71340d72485ca33c674d6966de2e32d1e45f9ed62b04ea2fff90636ccd82937f549af76130e9ffb15c7ee00f841e
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 9c5e94c81831..f5d098408f8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.33.3
+pkgver=0.33.4
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=('1795214128f39e877b8adc64945ce1828c9b383d540df31f65f9f27a573c98f8816174f6b641983a051d348ac31067b18d80299b760e2975bbf8ef4256f3d819')
+sha512sums=('46ad8bd14fe47a70888cecfe2b0729c0046f71340d72485ca33c674d6966de2e32d1e45f9ed62b04ea2fff90636ccd82937f549af76130e9ffb15c7ee00f841e')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"