summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-03-27 20:50:55 -0600
committerxgjmibzr2024-03-27 20:50:55 -0600
commit5eb67d05907c3f28e81245255726f1689ea6b23a (patch)
tree5711d1d7ce42ae8474cf73f5869e797a58209dbd
parent268a565ef5e7f1a0d8751e134d7bf6d3bd425b7c (diff)
downloadaur-5eb67d05907c3f28e81245255726f1689ea6b23a.tar.gz
0.37.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4fd613f474b..8744672ad9fc 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.7
+ pkgver = 0.37.8
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.7.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.7.tar.gz
- sha512sums = ee3c9ce1d5f7dab056ae6b0dc464bb6ea6dc12c0126ce1e3905cc1816d821fdbc0c57797b0feb6c37ed82342872a800948896bfbdb39fc8d233046fa260c96a0
+ source = httm-0.37.8.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.37.8.tar.gz
+ sha512sums = 239bff56155051161ac659fd1a2b15d0e65775462a2571e910170cb7f7b9159066c843386cae36822e7047e4c39cd06abc93fd6389c426f68a6f02bb355ac15f
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index c2effec3f58e..b115bd017f57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.37.7
+pkgver=0.37.8
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=('ee3c9ce1d5f7dab056ae6b0dc464bb6ea6dc12c0126ce1e3905cc1816d821fdbc0c57797b0feb6c37ed82342872a800948896bfbdb39fc8d233046fa260c96a0')
+sha512sums=('239bff56155051161ac659fd1a2b15d0e65775462a2571e910170cb7f7b9159066c843386cae36822e7047e4c39cd06abc93fd6389c426f68a6f02bb355ac15f')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"