summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-02-26 12:05:43 -0700
committerxgjmibzr2024-02-26 12:05:43 -0700
commita2e3c12bd0be24a4d8c8c6bf5ec377bd82581948 (patch)
tree011dc628278696ebf03aedf7b607a8900903b313
parent71d8938c834dc8922611f5f8532f7d83adfe0c99 (diff)
downloadaur-a2e3c12bd0be24a4d8c8c6bf5ec377bd82581948.tar.gz
0.36.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09b36413af8b..271d717a1a46 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.36.4
+ pkgver = 0.36.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.36.4.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.36.4.tar.gz
- sha512sums = 4838d1624b5cb1ef008f68d799fcbb916b833933acf70d1497631572a1cf0d5692c5ac12e55a516a2b647fe0f331f02c68ae35c03e8e123945e6df52edcbb621
+ source = httm-0.36.5.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.36.5.tar.gz
+ sha512sums = dbd50b8243cbe710622868cc208ee7770d684679b1aa41bb040f04b22bdd8114733bdafd004c7aecd12004ef4f01d10f4bb4b47ebed0ea65a7163d28ecb7a125
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 913642668f1e..dce91252d593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.36.4
+pkgver=0.36.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=('4838d1624b5cb1ef008f68d799fcbb916b833933acf70d1497631572a1cf0d5692c5ac12e55a516a2b647fe0f331f02c68ae35c03e8e123945e6df52edcbb621')
+sha512sums=('dbd50b8243cbe710622868cc208ee7770d684679b1aa41bb040f04b22bdd8114733bdafd004c7aecd12004ef4f01d10f4bb4b47ebed0ea65a7163d28ecb7a125')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"