summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKuba2023-02-19 07:06:44 +0000
committerKuba2023-02-19 07:06:44 +0000
commit9f04169e707b10925288246800e72815924666f3 (patch)
tree740816cce85bce39b83d3975d403cf66b99fcb78 /PKGBUILD
parenta76384a4d7b1b6a2318fe9620832a341516f4716 (diff)
downloadaur-9f04169e707b10925288246800e72815924666f3.tar.gz
Update PKGBUILD for v0.2.29
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa7693b7462d..e31c416ee3e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kuba Ellwart <kuba@hop.io>
pkgname=hop-cli
-pkgver=0.2.28
+pkgver=0.2.29
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=("c83c6416fd45f924091ebc33fd35469ac126ba4c0d3b1c3c850866721dc9da20")
+sha256sums=("41501cbf055005e986e2f93122accff720376c128aca7f98739377607c9f6a61")
prepare() {
cd "$srcdir/cli-$pkgver"