summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b94bd18bab2..b1b731214263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oscar Cowdery Lack <oscar.cowderylack@gmail.com>
pkgname=nsc
-pkgver=2.8.1
+pkgver=2.8.3
pkgrel=1
pkgdesc="A tool for creating NATS account and user access configurations"
arch=(x86_64)
@@ -8,7 +8,7 @@ url="https://github.com/nats-io/nsc"
license=('Apache')
makedepends=(go)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('90eea53888266b28da8b2bb48133638d5a9ad7327ba33be776906b9e1ef26e2f')
+sha256sums=('97971b3153fd22eaea42e4a8f90fa8da75e125d34ae6ec6eb1d5bef879892890')
build() {
cd "$pkgname-$pkgver"