summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2023-12-27 11:50:11 +0100
committerRaphael Nestler2023-12-27 11:50:11 +0100
commitf78b7822c536be50aa38475fd9e4fa0b46d84f27 (patch)
treec852b2d9ebe98643edd45a6345ba4439aae768a6
parent01a28c2027aad95a873712d8fad5669056e50f88 (diff)
downloadaur-f78b7822c536be50aa38475fd9e4fa0b46d84f27.tar.gz
Update to 1.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 884c918df187..bc515c1c985f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nctl
pkgdesc = A CLI tool to interact with Nine API resources.
- pkgver = 1.2.5
+ pkgver = 1.2.6
pkgrel = 1
url = https://github.com/ninech/nctl/
arch = x86_64
license = Apache
makedepends = go
- source = nctl-1.2.5.tar.gz::https://github.com/ninech/nctl/archive/v1.2.5.tar.gz
- sha256sums = ef1c74340658dd07552723f1c55aaf9aa47f1c02275ba6c3732e3b9b05e81cff
+ source = nctl-1.2.6.tar.gz::https://github.com/ninech/nctl/archive/v1.2.6.tar.gz
+ sha256sums = 3654438f0063819a66a7bb5a8a09b32dbfdfaaec632505306e56223af452bf84
pkgname = nctl
diff --git a/PKGBUILD b/PKGBUILD
index 63bdca663e6a..bda225aa859f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Raphael Nestler (rnestler) <raphael.nestler@gmail.com>
pkgname=nctl
-pkgver=1.2.5
+pkgver=1.2.6
pkgrel=1
pkgdesc="A CLI tool to interact with Nine API resources."
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ninech/nctl/archive/v${pkgver}.tar.gz")
-sha256sums=('ef1c74340658dd07552723f1c55aaf9aa47f1c02275ba6c3732e3b9b05e81cff')
+sha256sums=('3654438f0063819a66a7bb5a8a09b32dbfdfaaec632505306e56223af452bf84')
prepare() {
cd "$pkgname-$pkgver"