diff options
author | xgjmibzr | 2023-01-31 11:09:55 -0700 |
---|---|---|
committer | xgjmibzr | 2023-01-31 11:09:55 -0700 |
commit | 7b72239539a8393a787788ed280fa9ee18b3cb7b (patch) | |
tree | 2e42e80e4312c16d821e1e1f33f48f468d1a5d63 | |
parent | 2413c3d78c293073f10052eede98993b4f3e6808 (diff) | |
download | aur-7b72239539a8393a787788ed280fa9ee18b3cb7b.tar.gz |
0.20.2
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ 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.20.1 - pkgrel = 2 + pkgver = 0.20.2 + pkgrel = 1 url = https://github.com/kimono-koans/httm arch = x86_64 license = MPL-2.0 @@ -10,7 +10,7 @@ pkgbase = httm-bin conflicts = httm-git options = !strip options = !emptydirs - source = httm-bin-0.20.1.deb::https://github.com/kimono-koans/httm/releases/download/0.20.1/httm_0.20.1_amd64.deb - sha512sums = 229f627c625f73ad3f9d6134d3523e287d04dbb2e16e2c36f9d5c1534eaaa2a05fb3a3bca3c10ddde1f0fc02c3ef69ffb46daa4e5fece9a6ee3002592bcd874d + source = httm-bin-0.20.2.deb::https://github.com/kimono-koans/httm/releases/download/0.20.2/httm_0.20.2_amd64.deb + sha512sums = 1f993cb50ee0d5d2955f4bff758dbd8596a59c21692f5552d34a29f0254cca5843a414ae2769caa01506199fa8803ffd6ecb1e0a61351bbbcc552777559b6249 pkgname = httm-bin @@ -1,8 +1,8 @@ # Maintainer: xgjmibzr <xgjmibzr@gmail.com> pkgname=httm-bin -pkgver=0.20.1 -pkgrel=2 +pkgver=0.20.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. (binary .deb)" arch=('x86_64') url="https://github.com/kimono-koans/httm" @@ -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=('229f627c625f73ad3f9d6134d3523e287d04dbb2e16e2c36f9d5c1534eaaa2a05fb3a3bca3c10ddde1f0fc02c3ef69ffb46daa4e5fece9a6ee3002592bcd874d') +sha512sums=('1f993cb50ee0d5d2955f4bff758dbd8596a59c21692f5552d34a29f0254cca5843a414ae2769caa01506199fa8803ffd6ecb1e0a61351bbbcc552777559b6249') prepare() { tar -xf data.tar.xz |