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 ec9ad9b8de13..ea2decedc0df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest at mac dot com>
pkgname=gnatsd
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=0
pkgdesc="A simple, high performance open source messaging system for cloud native applications, IoT messaging, and microservices architectures."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('go' 'git')
options=('!strip' '!emptydirs')
provides=("gnatsd=${pkgver}")
source=("https://github.com/nats-io/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('193778c9c697823d5a198552236fb2f519d509213fbbbea77cd4341719066bfb')
+sha256sums=('1d319ec9466d5b4d56b8dc0c059bbb50942a8e988c3dcc155271476c3ae629a1')
_gourl="github.com/nats-io/${pkgname}"
build() {