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 0d0d713ebedf..02ed688ccf4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Parham Alvani <parham.alvani@gmail.com>
pkgname=natscli-bin
-pkgver=0.1.1
+pkgver=0.1.3
pkgrel=1
pkgdesc="The NATS Command Line Interface"
arch=(x86_64)
@@ -13,7 +13,7 @@ provides=('nats')
source=("https://github.com/nats-io/natscli/releases/download/v${pkgver}/nats-${pkgver}-linux-amd64.zip")
-sha256sums=('751a0f5047ad140c7b788e614ec678f837ebfb69c64d11fb5bcbed48216726a7')
+sha256sums=('7c94cbee0295a828615fb4e0ffa730c3939fc3139db085a4e158592abb4bd5f0')
package() {
install -D -m755 $srcdir/nats-${pkgver}-linux-amd64/nats $pkgdir/usr/bin/nats