summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2025-02-03 20:12:55 -0700
committerxgjmibzr2025-02-03 20:12:55 -0700
commit99e42e1f3221dab07eec810cfe416e1360907f7a (patch)
tree0b2cc7c0c75b941014b6b847ac6d6d332fd7ca1c
parenta65697f650aaecd4537771b536b422f37e0ee5ea (diff)
downloadaur-99e42e1f3221dab07eec810cfe416e1360907f7a.tar.gz
0.45.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75aa2d343dc8..8f9b8495bf0c 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, BTRFS, or NILFS snapshots.
- pkgver = 0.45.5
+ pkgver = 0.45.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.45.5.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.45.5.tar.gz
- sha512sums = 6ed1424f2ebc9bcaa3b6da609dc4a7fde6d3ec880e1a99a8b6e78b2ce4461641aa1a4f0f4b28cb370527de27df478029b0fd2523c08926ef73304288752df710
+ source = httm-0.45.6.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.45.6.tar.gz
+ sha512sums = c89865fe18ad23f6c25be826745ac41d95750cb9f4d5646d5bc983c1740a2de1dacb93fb0b684f23fd5e4b10451c5f81b19342abc3e960d5af527731a463b04a
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 2fe10de6c017..134608e787c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.45.5
+pkgver=0.45.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, BTRFS, or NILFS 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=('6ed1424f2ebc9bcaa3b6da609dc4a7fde6d3ec880e1a99a8b6e78b2ce4461641aa1a4f0f4b28cb370527de27df478029b0fd2523c08926ef73304288752df710')
+sha512sums=('c89865fe18ad23f6c25be826745ac41d95750cb9f4d5646d5bc983c1740a2de1dacb93fb0b684f23fd5e4b10451c5f81b19342abc3e960d5af527731a463b04a')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"