summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-12-12 10:23:05 -0700
committerxgjmibzr2024-12-12 10:23:05 -0700
commitb9d81b7bfcc07e509ed1fd7508040ac4921239b6 (patch)
treef905f8e06c06f7818de585b6b97b42ddad17c549
parent2b49ab50bb5eb672d530bbdcfd83c3844a1c3006 (diff)
downloadaur-b9d81b7bfcc07e509ed1fd7508040ac4921239b6.tar.gz
0.44.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63c1d7613355..fcefc24b0d00 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.43.2
+ pkgver = 0.44.0
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.43.2.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.43.2.tar.gz
- sha512sums = 5cc8ca15eff55147e0e417c6a8dc023caf38e9d6c630c9e3768377eacd8254c997431b7601715e4fe79d8ee1a2870659f7578ffde80c5339205ca89567d66388
+ source = httm-0.44.0.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.44.0.tar.gz
+ sha512sums = 2f7bb45c3b2ef9b09f73f718a434734e567f58a1ced71533ef5b73df387e34325b1a80576bdf3e8c8b82ff26265443a2262977066278f3f754fe25b39d45955d
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 40f621e98f26..c6adfa67b2fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.43.2
+pkgver=0.44.0
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=('5cc8ca15eff55147e0e417c6a8dc023caf38e9d6c630c9e3768377eacd8254c997431b7601715e4fe79d8ee1a2870659f7578ffde80c5339205ca89567d66388')
+sha512sums=('2f7bb45c3b2ef9b09f73f718a434734e567f58a1ced71533ef5b73df387e34325b1a80576bdf3e8c8b82ff26265443a2262977066278f3f754fe25b39d45955d')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"