summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKuba2023-10-10 02:46:57 +0000
committerKuba2023-10-10 02:46:57 +0000
commit62b59c0fffa18653ce4bc9d6a2f1e9724782ecf5 (patch)
tree2ef7e4917d3d1f13059f3341e857a0e67c0e1253 /PKGBUILD
parent61cc1afdc645c817cf895253556c6791ad041b26 (diff)
downloadaur-62b59c0fffa18653ce4bc9d6a2f1e9724782ecf5.tar.gz
Update PKGBUILD for v0.2.59
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f680f0274173..0c0b2208547f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kuba Ellwart <kuba@hop.io>
pkgname=hop-cli
-pkgver=0.2.58
+pkgver=0.2.59
pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -9,7 +9,7 @@ pkgdesc="Interact with Hop in your terminal"
url="https://hop.io"
license=('MPL-2.0')
source=("hop_cli-$pkgver.tar.gz::https://github.com/hopinc/cli/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=("0261d09b57b29f22354b6ec4e7fec597b87106cbdbf49178099a59994046210b")
+sha256sums=("9facc4b610e15d993e099e64bf97ce7f0bf125e3d9adec96756909ae0c96bd27")
prepare() {
cd "$srcdir/cli-$pkgver"