summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2023-02-06 16:06:05 -0600
committerKyle Manna2023-02-06 16:52:46 -0600
commit70eb5b7ce02e75db917b78992e103234b69e0f7b (patch)
tree5d2aff41decf48ed827583756128a252990c482a /PKGBUILD
parentd0074fa8c0671f2229c7bee94d81122916c73169 (diff)
downloadaur-cncli.tar.gz
release: cncli 5.3.0
* Change upstream repo.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99dbaa12b61a..dde019e3a49c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=cncli
pkgdesc='A community-based cardano-node CLI tool'
license=('Apache')
-url='https://github.com/AndrewWestberg/cncli'
-pkgver=4.0.4
+url='https://github.com/cardano-community/cncli'
+pkgver=5.3.0
pkgrel=1
arch=('x86_64')
makedepends=('cargo' 'git')
@@ -13,7 +13,7 @@ makedepends=('cargo' 'git')
# "https://github.com/AndrewWestberg/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
#sha512sums=('54cf02963b570c631cd92444c3137b5d586e90784e7a231469d292785dc122386e1dd83944a35ec45c9bb6df3aec2a51686bf8a384906fa409bddb0a968a783f')
source=(
- "git+https://github.com/AndrewWestberg/cncli.git#tag=v${pkgver}"
+ "git+https://github.com/cardano-community/cncli.git#tag=v${pkgver}"
)
sha256sums=('SKIP')