summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgjmibzr2024-02-14 08:02:21 -0700
committerxgjmibzr2024-02-14 08:02:21 -0700
commit128c48e1210f2c55399ea12fd8dd5d6b1b2b9add (patch)
treedbcc7c866c3d0669ec9db924098dd8b756928d15
parent08ed4170b068dc77372bf1ca7590ef7aeef985cf (diff)
downloadaur-128c48e1210f2c55399ea12fd8dd5d6b1b2b9add.tar.gz
0.36.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee002392f204..a2e6842fd633 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.1
+ pkgver = 0.36.2
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.1.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.36.1.tar.gz
- sha512sums = 0c9b58ac09f1480f3c01591cce46bf70aca91c7a9f87bbb726a9d0dbdeae644f89a40e52330fb92a9bed6045d603922d2bde2d3ea2948dedbfc2cf6584f4556d
+ source = httm-0.36.2.tar.gz::https://github.com/kimono-koans/httm/archive/refs/tags/0.36.2.tar.gz
+ sha512sums = 2a4055b2505444208381ef87dc1a75b6a1c7189da980a355dfc7b993df84261f9360c9165955e996da92e016421e3a4bed9ebe099ca0ab0270f7a518574574c0
pkgname = httm
diff --git a/PKGBUILD b/PKGBUILD
index 904a4be8aa31..13994d1f1a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xgjmibzr <xgjmibzr@gmail.com>
pkgname=httm
-pkgver=0.36.1
+pkgver=0.36.2
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=('0c9b58ac09f1480f3c01591cce46bf70aca91c7a9f87bbb726a9d0dbdeae644f89a40e52330fb92a9bed6045d603922d2bde2d3ea2948dedbfc2cf6584f4556d')
+sha512sums=('2a4055b2505444208381ef87dc1a75b6a1c7189da980a355dfc7b993df84261f9360c9165955e996da92e016421e3a4bed9ebe099ca0ab0270f7a518574574c0')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"