summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrinkerVII2022-08-19 03:46:42 +0200
committerBrinkerVII2022-08-19 03:46:42 +0200
commitdedfc1a6a424e878e8cc32d307c3cd3f7b3525ad (patch)
treec2c4d0911608413046e87fddcda4a14829488334
parent765145762a76cbf60743dfe45e9f222df9d15de5 (diff)
downloadaur-dedfc1a6a424e878e8cc32d307c3cd3f7b3525ad.tar.gz
Version 0.541
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edaffe8e0ba9..10a9399e40dd 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.539
+ pkgver = 0.541
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.539.zip::https://github.com/Roblox/luau/archive/refs/tags/0.539.zip
+ source = luau-0.541.zip::https://github.com/Roblox/luau/archive/refs/tags/0.541.zip
source = Luau.pc
- sha512sums = d89542e7b054d689939ca1ce99fd357e69154c0d4d8c45f59280dbfe4b8aa3e9ac2ec82917d738ba7ae6063944cac9dd66bc6382b3033e1175a5264f5c6024f2
+ sha512sums = 9b30a9bc81dd6adbd7c01669673b4b94e900a5115fcd10d7cafa24022f52fe1b2aa759121cc05e4ed7e0f378110928e50c128dda3e5fc37418b22ab0222c8462
sha512sums = b17989fc739e2c101e0d515ded8815b4de3f54b2a67e1893cd1e9aa88cc541b3f667514cdf8a04db60aa9db050971cdbd8b386cd1458f567e784de983f63e88a
pkgname = luau
diff --git a/PKGBUILD b/PKGBUILD
index 4111e01df99f..f36dadbc290a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=luau
pkgname=luau
-pkgver=0.539
+pkgver=0.541
pkgrel=1
pkgdesc='A fast, small, safe, gradually typed embeddable scripting language derived from Lua'
@@ -19,7 +19,7 @@ source=(
'Luau.pc'
)
-sha512sums=('d89542e7b054d689939ca1ce99fd357e69154c0d4d8c45f59280dbfe4b8aa3e9ac2ec82917d738ba7ae6063944cac9dd66bc6382b3033e1175a5264f5c6024f2'
+sha512sums=('9b30a9bc81dd6adbd7c01669673b4b94e900a5115fcd10d7cafa24022f52fe1b2aa759121cc05e4ed7e0f378110928e50c128dda3e5fc37418b22ab0222c8462'
'b17989fc739e2c101e0d515ded8815b4de3f54b2a67e1893cd1e9aa88cc541b3f667514cdf8a04db60aa9db050971cdbd8b386cd1458f567e784de983f63e88a')
prepare() {