summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornine.ch Bot2023-09-08 10:52:31 +0000
committernine.ch Bot2023-09-08 10:52:31 +0000
commit53c77aab21b5a8dff663392a5b54d6e13bf7487d (patch)
treebfbd5f7c29c726787ce67c42c39138b9b5143d4a /PKGBUILD
parentae2cc62c396efdb98b4d633f081bc58b799db902 (diff)
downloadaur-53c77aab21b5a8dff663392a5b54d6e13bf7487d.tar.gz
Brew formula update for nctl version v1.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dff6ae078849..bb34fd27b09b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: nine
pkgname='nctl-bin'
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc='A CLI tool to interact with Nine API resources.'
url='https://github.com/ninech/nctl'
@@ -12,11 +12,11 @@ license=('Apache 2.0')
provides=('nctl')
conflicts=('nctl')
-source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/ninech/nctl/releases/download/v1.2.1/nctl_1.2.1_linux_arm64.tar.gz")
-sha256sums_aarch64=('1225369ca73fea666373f5806e148d4c21a55a9740ac06224e1b47fd6d67c92a')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/ninech/nctl/releases/download/v1.2.2/nctl_1.2.2_linux_arm64.tar.gz")
+sha256sums_aarch64=('b7ac9a4cd33d52617b1781a55bb5db7fff4013b203849e987e45a56bc393b94d')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/ninech/nctl/releases/download/v1.2.1/nctl_1.2.1_linux_amd64.tar.gz")
-sha256sums_x86_64=('657c9fe12e6eb1bc376759158ccd319e405417e5f5f86f0480d7b1d2b329ef23')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/ninech/nctl/releases/download/v1.2.2/nctl_1.2.2_linux_amd64.tar.gz")
+sha256sums_x86_64=('f1ded88dc588c6a732fc3273f84761898a2dda596a033e403e1c99336a965a41')
package() {
install -Dm 0755 "${srcdir}"/nctl "${pkgdir}"/usr/bin/nctl