summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornine.ch Bot2024-01-23 13:18:01 +0000
committernine.ch Bot2024-01-23 13:18:01 +0000
commit44c15da38d3ef76a1a281106fad0d78c4adefd53 (patch)
tree966ee10e961606b85c35d13759c2844e87599354
parent3b3f55ffe2f8921e6ec889eeaf56618cfdee6a55 (diff)
downloadaur-44c15da38d3ef76a1a281106fad0d78c4adefd53.tar.gz
Brew formula update for nctl version v1.2.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85f3ab694cd5..91c5bf723174 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.6
+ pkgver = 1.2.7
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.6/nctl_1.2.6_linux_arm64.tar.gz
- sha256sums_aarch64 = 697408230d910a05e7d3f7cc7e166168d47b5eb2f74bcc14d258e353f0f2e303
+ source_aarch64 = https://github.com/ninech/nctl/releases/download/v1.2.7/nctl_1.2.7_linux_arm64.tar.gz
+ sha256sums_aarch64 = 0a72b749e6288f27181f28b3982d12d3f9f5f531e0fd6e65d6273e423021b140
arch = x86_64
- source_x86_64 = https://github.com/ninech/nctl/releases/download/v1.2.6/nctl_1.2.6_linux_amd64.tar.gz
- sha256sums_x86_64 = 723d6553caaa23275d0d5e0278586852d7fd90798e169ab7e40c9748d5ad809b
+ source_x86_64 = https://github.com/ninech/nctl/releases/download/v1.2.7/nctl_1.2.7_linux_amd64.tar.gz
+ sha256sums_x86_64 = a0964ca9673d3837f26373b103e44f6d9f74b471108678872312d5edeb629f54
pkgname = nctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index e8671a623878..1bf0c1c5d046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: nine
pkgname='nctl-bin'
-pkgver=1.2.6
+pkgver=1.2.7
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.6/nctl_1.2.6_linux_arm64.tar.gz")
-sha256sums_aarch64=('697408230d910a05e7d3f7cc7e166168d47b5eb2f74bcc14d258e353f0f2e303')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/ninech/nctl/releases/download/v1.2.7/nctl_1.2.7_linux_arm64.tar.gz")
+sha256sums_aarch64=('0a72b749e6288f27181f28b3982d12d3f9f5f531e0fd6e65d6273e423021b140')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/ninech/nctl/releases/download/v1.2.6/nctl_1.2.6_linux_amd64.tar.gz")
-sha256sums_x86_64=('723d6553caaa23275d0d5e0278586852d7fd90798e169ab7e40c9748d5ad809b')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/ninech/nctl/releases/download/v1.2.7/nctl_1.2.7_linux_amd64.tar.gz")
+sha256sums_x86_64=('a0964ca9673d3837f26373b103e44f6d9f74b471108678872312d5edeb629f54')
package() {
install -Dm 0755 "${srcdir}"/nctl "${pkgdir}"/usr/bin/nctl