summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-02-12 13:39:00 -0700
committerxgjmibzr2024-02-12 13:39:00 -0700
commite9416e75e4e770372d742ba7d3df0c2b3865cbbe (patch)
tree9d9a216f9fff8c82d2dafcd7d02593ffec075e95
parent66e26f6a0746aaf512ba2c5945dc95ca228f3188 (diff)
downloadaur-e9416e75e4e770372d742ba7d3df0c2b3865cbbe.tar.gz
0.35.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9c3097171da..24aed113b045 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.35.3
+ pkgver = 0.35.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.35.3.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.35.3.tar.gz
- sha512sums = 3020cb623117ae58552c34c457bdc8823a2c40b340c7f960a599a07854cfd5755f9a6d56e5f87629207aa935c40c721f74645e669b4f1b61b0d5fac093fff5df
+ source = httm-0.35.4.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.35.4.tar.gz
+ sha512sums = 826b4fcd96bba855a3fd6bb6bf36bf1a3eba542334c662c6a54a5fabbaf794399bc04a9e71cbeb910196e372781db9a91c06045bf384c8c6631b92bdd15c6ceb
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 4518feffc67b..d89651f736bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.35.3
+pkgver=0.35.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=('3020cb623117ae58552c34c457bdc8823a2c40b340c7f960a599a07854cfd5755f9a6d56e5f87629207aa935c40c721f74645e669b4f1b61b0d5fac093fff5df')
+sha512sums=('826b4fcd96bba855a3fd6bb6bf36bf1a3eba542334c662c6a54a5fabbaf794399bc04a9e71cbeb910196e372781db9a91c06045bf384c8c6631b92bdd15c6ceb')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"