aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2024-04-17 16:11:21 +0900
committerAndrey Novikov2024-04-17 16:11:21 +0900
commit86186a2190b694c50d21bedc83755dd16f9850f9 (patch)
tree58f404af5b650905b3c5098d24f22ef2f0a144c1 /PKGBUILD
parent0b33a207a47d5b03d55375234943a058fb0c2ed9 (diff)
downloadaur-anycable-go.tar.gz
Upgrade anycable-go to 1.5.1
See https://github.com/anycable/anycable-go/releases/tag/v1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eb6830bf3cf..cb4b2b13ed1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=anycable-go
pkgdesc="AnyCable WebSocket Server written in Go"
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
arch=('i686' 'x86_64')
url="http://anycable.io"
license=('MIT')
makedepends=('go' 'rsync')
source=("https://github.com/anycable/anycable-go/archive/v${pkgver}.tar.gz")
-sha256sums=('1eae15ba108d24b206e8a9f3cbf53728d2b28cbe2cd38568c0eb4d213b00fbbd')
+sha256sums=('309cd07cc50794fa4527aee20ff8c9441e1a496ff2abaa7659bd5f783e4e0b21')
# See https://wiki.archlinux.org/index.php/Go_package_guidelines
prepare(){