summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornine.ch Bot2024-02-28 12:47:42 +0000
committernine.ch Bot2024-02-28 12:47:42 +0000
commitfeba12f2f9877e1ea878f70496e8a63cdf8cfc74 (patch)
tree5099ebd949eb27669b8ce2564ce2be207f05002f
parent608fe1731fa824461f815d02b414f05394c78330 (diff)
downloadaur-feba12f2f9877e1ea878f70496e8a63cdf8cfc74.tar.gz
Brew formula update for nctl version v1.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8571508ef16c..23002c8d2106 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = nctl-bin
pkgdesc = A CLI tool to interact with Nine API resources.
- pkgver = 1.3.0
+ pkgver = 1.3.1
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.3.0/nctl_1.3.0_linux_arm64.tar.gz
- sha256sums_aarch64 = 617bcbf69042883dbda4d0e52959b34318057edaa2db255604d6606a9096823c
+ source_aarch64 = https://github.com/ninech/nctl/releases/download/v1.3.1/nctl_1.3.1_linux_arm64.tar.gz
+ sha256sums_aarch64 = de4b9440adfdef49529bbf7b0ccd09d7b30d520078ffbc990cfd1bc9f3176c50
arch = x86_64
- source_x86_64 = https://github.com/ninech/nctl/releases/download/v1.3.0/nctl_1.3.0_linux_amd64.tar.gz
- sha256sums_x86_64 = 588eca606218b1df22043a2a4c9be1df9a088ea6242f95e80431245859938de3
+ source_x86_64 = https://github.com/ninech/nctl/releases/download/v1.3.1/nctl_1.3.1_linux_amd64.tar.gz
+ sha256sums_x86_64 = 05484efc1ffdd7a44b3011061d1ef34c415c878be39ca504097dbd8685347d0f
pkgname = nctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index d91cd9465af1..b223e3d8153c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: nine
pkgname='nctl-bin'
-pkgver=1.3.0
+pkgver=1.3.1
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.3.0/nctl_1.3.0_linux_arm64.tar.gz")
-sha256sums_aarch64=('617bcbf69042883dbda4d0e52959b34318057edaa2db255604d6606a9096823c')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/ninech/nctl/releases/download/v1.3.1/nctl_1.3.1_linux_arm64.tar.gz")
+sha256sums_aarch64=('de4b9440adfdef49529bbf7b0ccd09d7b30d520078ffbc990cfd1bc9f3176c50')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/ninech/nctl/releases/download/v1.3.0/nctl_1.3.0_linux_amd64.tar.gz")
-sha256sums_x86_64=('588eca606218b1df22043a2a4c9be1df9a088ea6242f95e80431245859938de3')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/ninech/nctl/releases/download/v1.3.1/nctl_1.3.1_linux_amd64.tar.gz")
+sha256sums_x86_64=('05484efc1ffdd7a44b3011061d1ef34c415c878be39ca504097dbd8685347d0f')
package() {
install -Dm 0755 "${srcdir}"/nctl "${pkgdir}"/usr/bin/nctl