summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2024-04-29 10:40:36 +0200
committerRaphael Nestler2024-04-29 10:40:36 +0200
commite5dd2315e53a43e9d61074081a0da281490a7f42 (patch)
treed525786429af2372fc9605fded7565cfea4b2556
parent687a32869434ef856c9506d1e9c940d5e2bff70f (diff)
downloadaur-e5dd2315e53a43e9d61074081a0da281490a7f42.tar.gz
Update to 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4bb656d77e9..684217d2eb6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nctl
pkgdesc = A CLI tool to interact with Nine API resources.
- pkgver = 1.3.1
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/ninech/nctl/
arch = x86_64
license = Apache
makedepends = go
- source = nctl-1.3.1.tar.gz::https://github.com/ninech/nctl/archive/v1.3.1.tar.gz
- sha256sums = 7a331ffd17c3123e61ddca62bb5bd7c43d53c63ec3b3cea9600265d9e60ce1b8
+ source = nctl-1.4.0.tar.gz::https://github.com/ninech/nctl/archive/v1.4.0.tar.gz
+ sha256sums = 074354177a9bb36efd8ea4ec0126fde671e7a2909e7bcaf75067473f63397f83
pkgname = nctl
diff --git a/PKGBUILD b/PKGBUILD
index 90140d3baa40..49a0f86fd727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Raphael Nestler (rnestler) <raphael.nestler@gmail.com>
pkgname=nctl
-pkgver=1.3.1
+pkgver=1.4.0
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=('7a331ffd17c3123e61ddca62bb5bd7c43d53c63ec3b3cea9600265d9e60ce1b8')
+sha256sums=('074354177a9bb36efd8ea4ec0126fde671e7a2909e7bcaf75067473f63397f83')
prepare() {
cd "$pkgname-$pkgver"