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 58737d409f5c..fae639dafaaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=luau
pkgname=luau-bin
-pkgver=0.618
+pkgver=0.619
pkgrel=1
pkgdesc='A fast, small, safe, gradually typed embeddable scripting language derived from Lua'
@@ -15,7 +15,7 @@ makedepends=('unzip')
conflicts=("$_pkgbase" "$_pkgbase"-git)
provides=("$_pkgbase")
source=("luau-$pkgver.zip::https://github.com/luau-lang/luau/releases/download/${pkgver}/luau-ubuntu.zip")
-b2sums=('433f6d03200390167525dd30b28e4aef73dcd79b4e49605c6ddcde76f2b56ac4e2c6c732e64c32a1d42b4a0e8e982b295fd8da8e1080a45ae7e96a969bbf52f2')
+b2sums=('c320a0054f21860393d606edde5354d1b8fa4c885da90bcf459bb8a81445d7d989cd8b4fc01ebc288eb76a305c26e50e1527206048c2a0b4b00618eb03223b9e')
prepare() {
unzip -o "luau-$pkgver.zip"