summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOscar Cowdery Lack2023-11-17 09:20:22 +1100
committerOscar Cowdery Lack2023-11-17 09:20:22 +1100
commit7cdbb24e7d07224a7803d9f9f9c473fc6532df65 (patch)
treebf78c1cdc1c820d79035de8d103fdda89742c9bd /PKGBUILD
parenta124e9b49c1dc18caeca62d2280aaa9542765348 (diff)
downloadaur-7cdbb24e7d07224a7803d9f9f9c473fc6532df65.tar.gz
2.8.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1b731214263..a072f71369aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oscar Cowdery Lack <oscar.cowderylack@gmail.com>
pkgname=nsc
-pkgver=2.8.3
+pkgver=2.8.5
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=('97971b3153fd22eaea42e4a8f90fa8da75e125d34ae6ec6eb1d5bef879892890')
+sha256sums=('b1318fd86fd133a355a887dbda23b8d6d3d5c072695a432c9f23ef0b2a9fa94d')
build() {
cd "$pkgname-$pkgver"