summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornine.ch Bot2024-02-06 13:10:05 +0000
committernine.ch Bot2024-02-06 13:10:05 +0000
commit608fe1731fa824461f815d02b414f05394c78330 (patch)
treeb7d4e39edc650cff193e2e658576c6d26ad97688
parent44c15da38d3ef76a1a281106fad0d78c4adefd53 (diff)
downloadaur-608fe1731fa824461f815d02b414f05394c78330.tar.gz
Brew formula update for nctl version v1.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91c5bf723174..8571508ef16c 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.7
+ pkgver = 1.3.0
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.7/nctl_1.2.7_linux_arm64.tar.gz
- sha256sums_aarch64 = 0a72b749e6288f27181f28b3982d12d3f9f5f531e0fd6e65d6273e423021b140
+ source_aarch64 = https://github.com/ninech/nctl/releases/download/v1.3.0/nctl_1.3.0_linux_arm64.tar.gz
+ sha256sums_aarch64 = 617bcbf69042883dbda4d0e52959b34318057edaa2db255604d6606a9096823c
arch = x86_64
- 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
+ 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
pkgname = nctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1bf0c1c5d046..d91cd9465af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: nine
pkgname='nctl-bin'
-pkgver=1.2.7
+pkgver=1.3.0
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.7/nctl_1.2.7_linux_arm64.tar.gz")
-sha256sums_aarch64=('0a72b749e6288f27181f28b3982d12d3f9f5f531e0fd6e65d6273e423021b140')
+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_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')
+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')
package() {
install -Dm 0755 "${srcdir}"/nctl "${pkgdir}"/usr/bin/nctl