summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-01-23 11:14:05 -0700
committerxgjmibzr2024-01-23 11:14:05 -0700
commite2b2721a4c3876b2ecaf16b6d266e36e7f90310b (patch)
treec2037df616b7394bec759626883f6dc1d9a79c79
parent12397150e38350c61a099b81d895b52d0e58adf9 (diff)
downloadaur-e2b2721a4c3876b2ecaf16b6d266e36e7f90310b.tar.gz
0.35.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b87d36692a99..c3892a8e367c 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.1
+ pkgver = 0.35.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.35.1.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.35.1.tar.gz
- sha512sums = 4e11be4c3bc39d1210ff4a0f5ba2c91024d1edfc08f16e59106439b2e851d1a0bb90a1cb931bc935b8b2437d03a1cdc76f220b15dcae923f5514dcee8d742763
+ source = httm-0.35.2.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.35.2.tar.gz
+ sha512sums = e2c2f3ff0439f70fb4ab7820f32a7db565b027af7303f0a06a75662aa129f1ee5a610a9e214ba251f6b83466ca0b5a69eb6be83bafe4787955e6b92467e8ba85
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 1e7abbe53a7d..2da3a1d86ce8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.35.1
+pkgver=0.35.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=('4e11be4c3bc39d1210ff4a0f5ba2c91024d1edfc08f16e59106439b2e851d1a0bb90a1cb931bc935b8b2437d03a1cdc76f220b15dcae923f5514dcee8d742763')
+sha512sums=('e2c2f3ff0439f70fb4ab7820f32a7db565b027af7303f0a06a75662aa129f1ee5a610a9e214ba251f6b83466ca0b5a69eb6be83bafe4787955e6b92467e8ba85')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"