diff options
author | xgjmibzr | 2025-02-11 15:35:32 -0700 |
---|---|---|
committer | xgjmibzr | 2025-02-11 15:35:32 -0700 |
commit | 2553652a843119a8dd2da98dde7bf11cbb8f8a18 (patch) | |
tree | 39ad8e51dec2e5bdf2e57a416bf9e8d47dd2a716 | |
parent | 9027b009ee8e0b3d59b3ff312d9373907ad81c18 (diff) | |
download | aur-2553652a843119a8dd2da98dde7bf11cbb8f8a18.tar.gz |
0.46.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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.8 + pkgver = 0.46.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.45.8.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.45.8.tar.gz - sha512sums = c3fc4218cb1efbabc686ccf39aca28d74cf1f646ef9eb7cb9b5268d60dcf90cf0defc6f65eb6045337aa4c2d49eca1f01336fcb44fcb04f1eb1485d579c70338 + source = httm-0.46.0.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.46.0.tar.gz + sha512sums = ddf3c72c23fd70140cf1cbd55cccd3033b9eada34d7aac2388d1c621ee1f99bc26861ee1318fedbeaf635e60b1b896d82a5e6358b88bd9ac520ebd03dbb5ff23 pkgname = httm @@ -1,7 +1,7 @@ # Maintainer: xgjmibzr <xgjmibzr@gmail.com> pkgname=httm -pkgver=0.45.8 +pkgver=0.46.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, 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=('c3fc4218cb1efbabc686ccf39aca28d74cf1f646ef9eb7cb9b5268d60dcf90cf0defc6f65eb6045337aa4c2d49eca1f01336fcb44fcb04f1eb1485d579c70338') +sha512sums=('ddf3c72c23fd70140cf1cbd55cccd3033b9eada34d7aac2388d1c621ee1f99bc26861ee1318fedbeaf635e60b1b896d82a5e6358b88bd9ac520ebd03dbb5ff23') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" |