summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrinkerVII2022-10-24 05:46:17 +0200
committerBrinkerVII2022-10-24 05:46:17 +0200
commit09dafed17111b3df0397ecc8b7c5da7ed10e938d (patch)
tree18760aba2da8fa30102c00779e19834cb56ed695
parentbda6aa36f70581f43215228c6145b4cb4b42c602 (diff)
downloadaur-09dafed17111b3df0397ecc8b7c5da7ed10e938d.tar.gz
Version 0.550
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdd876dd3d88..2f9aeebebc24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luau
pkgdesc = A fast, small, safe, gradually typed embeddable scripting language derived from Lua
- pkgver = 0.549
+ pkgver = 0.550
pkgrel = 1
url = https://github.com/Roblox/luau
arch = any
@@ -10,9 +10,9 @@ pkgbase = luau
provides = luau
conflicts = luau-git
conflicts = luau-bin
- source = luau-0.549.zip::https://github.com/Roblox/luau/archive/refs/tags/0.549.zip
+ source = luau-0.550.zip::https://github.com/Roblox/luau/archive/refs/tags/0.550.zip
source = Luau.pc
- sha512sums = 2cadc9a485e8529a0e007265881e8a7a3de8df372e31695b3021b935f56c8e429a0b8193d268a99fd9eb6bba99dabf8018f16a1ee71e711bf3b42060394891e2
+ sha512sums = 5a5352d83dc2f83f6e984e1b820fca876e5012d0625ad7b1815161313916dabebe5258cbacc29f25dff1dc5f4350386d0f11979d8b5c35bd7fe6894576391389
sha512sums = b17989fc739e2c101e0d515ded8815b4de3f54b2a67e1893cd1e9aa88cc541b3f667514cdf8a04db60aa9db050971cdbd8b386cd1458f567e784de983f63e88a
pkgname = luau
diff --git a/PKGBUILD b/PKGBUILD
index e567bb911e50..c56bcb3a3065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=luau
pkgname=luau
-pkgver=0.549
+pkgver=0.550
pkgrel=1
pkgdesc='A fast, small, safe, gradually typed embeddable scripting language derived from Lua'
@@ -19,7 +19,7 @@ source=(
'Luau.pc'
)
-sha512sums=('2cadc9a485e8529a0e007265881e8a7a3de8df372e31695b3021b935f56c8e429a0b8193d268a99fd9eb6bba99dabf8018f16a1ee71e711bf3b42060394891e2'
+sha512sums=('5a5352d83dc2f83f6e984e1b820fca876e5012d0625ad7b1815161313916dabebe5258cbacc29f25dff1dc5f4350386d0f11979d8b5c35bd7fe6894576391389'
'b17989fc739e2c101e0d515ded8815b4de3f54b2a67e1893cd1e9aa88cc541b3f667514cdf8a04db60aa9db050971cdbd8b386cd1458f567e784de983f63e88a')
prepare() {