summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-03-22 22:00:49 -0600
committerxgjmibzr2024-03-22 22:00:49 -0600
commit3cc84443b2283c61e92ede73335ff7afebb304e5 (patch)
tree19f05192f8a0e079c93ba4f0f487713d1b6136ab
parent3b8c67791a5162dfb94ed95613066f17abcd8206 (diff)
downloadaur-3cc84443b2283c61e92ede73335ff7afebb304e5.tar.gz
0.37.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index debf67f6f365..49f17b1022cc 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.37.5
+ pkgver = 0.37.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.37.5.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.5.tar.gz
- sha512sums = f547f07d6b6d8b7412f7a4760edccacad12f87faf3b651c86b4daf8e614c775da06199774605e07e4ff394441f39cd7acadb0f44ad13049dfced70caddb3b5eb
+ source = httm-0.37.6.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.6.tar.gz
+ sha512sums = 5205e11a3800ab2f35bc7e86a4d38c0eecaaef53f68cdd2093848931eaa00ab0fbbad94c081f2f23a6a1d878ae9c339cc08fcd440e2602d83eb4b619fc6598b3
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 7952e227dfc5..099a22c0cbbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.37.5
+pkgver=0.37.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=('f547f07d6b6d8b7412f7a4760edccacad12f87faf3b651c86b4daf8e614c775da06199774605e07e4ff394441f39cd7acadb0f44ad13049dfced70caddb3b5eb')
+sha512sums=('5205e11a3800ab2f35bc7e86a4d38c0eecaaef53f68cdd2093848931eaa00ab0fbbad94c081f2f23a6a1d878ae9c339cc08fcd440e2602d83eb4b619fc6598b3')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"