summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-03-22 22:00:33 -0600
committerxgjmibzr2024-03-22 22:00:33 -0600
commit3b8c67791a5162dfb94ed95613066f17abcd8206 (patch)
tree16a56a6298388b36f2517cae9de1ebb704e9e6a1
parent42e15c9d429083b6f09000ccd8b1ac19045d7e63 (diff)
downloadaur-3b8c67791a5162dfb94ed95613066f17abcd8206.tar.gz
0.37.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bee54ea46ec9..debf67f6f365 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.4
+ pkgver = 0.37.5
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.4.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.4.tar.gz
- sha512sums = 02c16b9ae9ab6708d8a2f6599fa165e3a231f82cc743dfe1b39514719c98bd7f8781f82dec34ccf9451febe0f58aa0b54bc136494a2daad8ee22fc385ea4d4ec
+ source = httm-0.37.5.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.5.tar.gz
+ sha512sums = f547f07d6b6d8b7412f7a4760edccacad12f87faf3b651c86b4daf8e614c775da06199774605e07e4ff394441f39cd7acadb0f44ad13049dfced70caddb3b5eb
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 0b205e1089d6..7952e227dfc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.37.4
+pkgver=0.37.5
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=('02c16b9ae9ab6708d8a2f6599fa165e3a231f82cc743dfe1b39514719c98bd7f8781f82dec34ccf9451febe0f58aa0b54bc136494a2daad8ee22fc385ea4d4ec')
+sha512sums=('f547f07d6b6d8b7412f7a4760edccacad12f87faf3b651c86b4daf8e614c775da06199774605e07e4ff394441f39cd7acadb0f44ad13049dfced70caddb3b5eb')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"