summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-04-04 18:39:41 +1300
committertee2024-04-04 18:39:41 +1300
commit568e48d17f44095df1cc37861231ac8534defcca (patch)
tree2e7809fed590b8aa8add94af1f7965881de2343e
parentedc468933318f81e4e0966036ec922828fb68b95 (diff)
downloadaur-568e48d17f44095df1cc37861231ac8534defcca.tar.gz
Version 0.619
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26167bafb6f5..dfab9851c23e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luau-bin
pkgdesc = A fast, small, safe, gradually typed embeddable scripting language derived from Lua
- pkgver = 0.618
+ pkgver = 0.619
pkgrel = 1
url = https://github.com/luau-lang/luau
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = luau-bin
provides = luau
conflicts = luau
conflicts = luau-git
- source = luau-0.618.zip::https://github.com/luau-lang/luau/releases/download/0.618/luau-ubuntu.zip
- b2sums = 433f6d03200390167525dd30b28e4aef73dcd79b4e49605c6ddcde76f2b56ac4e2c6c732e64c32a1d42b4a0e8e982b295fd8da8e1080a45ae7e96a969bbf52f2
+ source = luau-0.619.zip::https://github.com/luau-lang/luau/releases/download/0.619/luau-ubuntu.zip
+ b2sums = c320a0054f21860393d606edde5354d1b8fa4c885da90bcf459bb8a81445d7d989cd8b4fc01ebc288eb76a305c26e50e1527206048c2a0b4b00618eb03223b9e
pkgname = luau-bin
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"