diff options
author | xgjmibzr | 2023-01-19 13:11:18 -0700 |
---|---|---|
committer | xgjmibzr | 2023-01-19 13:11:18 -0700 |
commit | bfe1d2400cc85a6789c83f7b521cb075cf0b6ce7 (patch) | |
tree | bffe4602fc60ff92436820bd192a84e0cc05d432 | |
parent | 90e0f63542b17e958055c263be1e9cf113896242 (diff) | |
download | aur-bfe1d2400cc85a6789c83f7b521cb075cf0b6ce7.tar.gz |
0.19.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = httm-bin 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. (binary .deb) - pkgver = 0.19.2 + pkgver = 0.19.3 pkgrel = 1 url = https://github.com/kimono-koans/httm arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = httm-bin conflicts = httm-git options = !strip options = !emptydirs - source = httm-bin-0.19.2.deb::https://github.com/kimono-koans/httm/releases/download/0.19.2/httm_0.19.2_amd64.deb - sha512sums = 505a1b196c25ace6451a0fba72219b28562a76947fb2668f348a469281d1b3453d2da9835dd5bfa4da9904f462b81c473be573254eadd078f59124ea85b99445 + source = httm-bin-0.19.3.deb::https://github.com/kimono-koans/httm/releases/download/0.19.3/httm_0.19.3_amd64.deb + sha512sums = 6bf2a6f6ce9afe8a49926d56540d10ad9fba53750d7fa457876044f90cc7a4641c963a087356541f026280765dade239445a0226e2652c6c1bbb632bf70d0a28 pkgname = httm-bin @@ -1,7 +1,7 @@ # Maintainer: xgjmibzr <xgjmibzr@gmail.com> pkgname=httm-bin -pkgver=0.19.2 +pkgver=0.19.3 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. (binary .deb)" arch=('x86_64') @@ -11,7 +11,7 @@ provides=('httm') conflicts=('httm' 'httm-git') options=('!strip' '!emptydirs') source=("${pkgname}-${pkgver}.deb::${url}/releases/download/${pkgver}/httm_${pkgver}_amd64.deb") -sha512sums=('505a1b196c25ace6451a0fba72219b28562a76947fb2668f348a469281d1b3453d2da9835dd5bfa4da9904f462b81c473be573254eadd078f59124ea85b99445') +sha512sums=('6bf2a6f6ce9afe8a49926d56540d10ad9fba53750d7fa457876044f90cc7a4641c963a087356541f026280765dade239445a0226e2652c6c1bbb632bf70d0a28') prepare() { tar -xf data.tar.xz |