summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba2023-02-10 13:28:48 +0000
committerKuba2023-02-10 13:28:48 +0000
commite9acba47c38c2ea3e2a275d964ac5ddf3d4d80b1 (patch)
treee0232f62f52365eed911090f0dcb4fcf21a6a7d5
parent7621b9e358b1a9613c9ace981e88abe326fb5f18 (diff)
downloadaur-e9acba47c38c2ea3e2a275d964ac5ddf3d4d80b1.tar.gz
Update PKGBUILD for v0.2.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18bb8e8b43a8..c73ca581ab56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hop-cli
pkgdesc = Interact with Hop in your terminal
- pkgver = 0.2.25
+ pkgver = 0.2.26
pkgrel = 1
url = https://hop.io
arch = i686
@@ -10,7 +10,7 @@ pkgbase = hop-cli
license = MPL-2.0
makedepends = rust
makedepends = cargo
- source = hop_cli-0.2.25.tar.gz::https://github.com/hopinc/cli/archive/refs/tags/v0.2.25.tar.gz
- sha256sums = 8e5042c4199ec0391e91aeddf5b6c619ee2a6e7d7e8b5d6a842f239a1db384e1
+ source = hop_cli-0.2.26.tar.gz::https://github.com/hopinc/cli/archive/refs/tags/v0.2.26.tar.gz
+ sha256sums = 5d61b1a9cec41e4e41717f6e0905c3324bd90c0a93d139187e0e3968ddd8df51
pkgname = hop-cli
diff --git a/PKGBUILD b/PKGBUILD
index 6eb3635a5f38..faf6e0db9712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kuba Ellwart <kuba@hop.io>
pkgname=hop-cli
-pkgver=0.2.25
+pkgver=0.2.26
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=("8e5042c4199ec0391e91aeddf5b6c619ee2a6e7d7e8b5d6a842f239a1db384e1")
+sha256sums=("5d61b1a9cec41e4e41717f6e0905c3324bd90c0a93d139187e0e3968ddd8df51")
prepare() {
cd "$srcdir/cli-$pkgver"