summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-01-23 11:13:40 -0700
committerxgjmibzr2024-01-23 11:13:40 -0700
commit12397150e38350c61a099b81d895b52d0e58adf9 (patch)
treefa02bee60e31838425901546aa2bbb33728f923d
parent8217d2bbc5018dee8a88ea4f0fc305ab137b9cba (diff)
downloadaur-12397150e38350c61a099b81d895b52d0e58adf9.tar.gz
0.35.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3883971cf6b..b87d36692a99 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.0
+ pkgver = 0.35.1
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.0.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.35.0.tar.gz
- sha512sums = 21bf05735946966f1c6a014530fd5f79d4ab5d5915c8c00c5606f049b929ba53eb46a4f97a8ac284404ea3fae0862a3dcd6a4b079e85caeda7a30b0abdbc3bac
+ source = httm-0.35.1.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.35.1.tar.gz
+ sha512sums = 4e11be4c3bc39d1210ff4a0f5ba2c91024d1edfc08f16e59106439b2e851d1a0bb90a1cb931bc935b8b2437d03a1cdc76f220b15dcae923f5514dcee8d742763
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 87f029ca1082..1e7abbe53a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.35.0
+pkgver=0.35.1
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=('21bf05735946966f1c6a014530fd5f79d4ab5d5915c8c00c5606f049b929ba53eb46a4f97a8ac284404ea3fae0862a3dcd6a4b079e85caeda7a30b0abdbc3bac')
+sha512sums=('4e11be4c3bc39d1210ff4a0f5ba2c91024d1edfc08f16e59106439b2e851d1a0bb90a1cb931bc935b8b2437d03a1cdc76f220b15dcae923f5514dcee8d742763')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"