summarylogtreecommitdiffstats
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
parentae2cc62c396efdb98b4d633f081bc58b799db902 (diff)
downloadaur-53c77aab21b5a8dff663392a5b54d6e13bf7487d.tar.gz
Brew formula update for nctl version v1.2.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d28942ba27b..a556e88132e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = nctl-bin
pkgdesc = A CLI tool to interact with Nine API resources.
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/ninech/nctl
license = Apache 2.0
conflicts = nctl
provides = nctl
arch = aarch64
- source_aarch64 = https://github.com/ninech/nctl/releases/download/v1.2.1/nctl_1.2.1_linux_arm64.tar.gz
- sha256sums_aarch64 = 1225369ca73fea666373f5806e148d4c21a55a9740ac06224e1b47fd6d67c92a
+ source_aarch64 = https://github.com/ninech/nctl/releases/download/v1.2.2/nctl_1.2.2_linux_arm64.tar.gz
+ sha256sums_aarch64 = b7ac9a4cd33d52617b1781a55bb5db7fff4013b203849e987e45a56bc393b94d
arch = x86_64
- source_x86_64 = 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 = https://github.com/ninech/nctl/releases/download/v1.2.2/nctl_1.2.2_linux_amd64.tar.gz
+ sha256sums_x86_64 = f1ded88dc588c6a732fc3273f84761898a2dda596a033e403e1c99336a965a41
pkgname = nctl-bin
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