summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-04-29 00:30:04 +1200
committertee2024-04-29 00:30:04 +1200
commit36194a9b5fb4eabc79dff6306cd9ab0958fbc983 (patch)
tree8418029a68dbf61c5627faa83e61b5665cfed66c
parentec27dbd00a1a8669ef3f9fd3cb110e7bd1fb57d5 (diff)
downloadaur-36194a9b5fb4eabc79dff6306cd9ab0958fbc983.tar.gz
Version 0.623
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df9edf239a4f..9ed929a0824e 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.622
+ pkgver = 0.623
pkgrel = 1
url = https://github.com/luau-lang/luau
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = luau-bin
provides = luau
conflicts = luau
conflicts = luau-git
- source = luau-0.622.zip::https://github.com/luau-lang/luau/releases/download/0.622/luau-ubuntu.zip
- b2sums = a005ed709f6ed4f327da44b337d3040db259e38134c99b920d659e26a5bb00fb8f58d889156ac242576cd46b906b0acb222f686aff265da1aa3361fb376d2ad8
+ source = luau-0.623.zip::https://github.com/luau-lang/luau/releases/download/0.623/luau-ubuntu.zip
+ b2sums = 0b0bfb88fe926754d2c140980d35611bfbeee66b97c730b895fcb89763fb54c91a59eaa33031e3e4c6003ea0f178843ca67d71d79cf951eac51a60fd0e29acb5
pkgname = luau-bin
diff --git a/PKGBUILD b/PKGBUILD
index 49512efe3579..00859b25ecce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=luau
pkgname=luau-bin
-pkgver=0.622
+pkgver=0.623
pkgrel=1
pkgdesc='A fast, small, safe, gradually typed embeddable scripting language derived from Lua'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
conflicts=("$_pkgbase" "$_pkgbase"-git)
provides=("$_pkgbase")
source=("luau-$pkgver.zip::https://github.com/luau-lang/luau/releases/download/${pkgver}/luau-ubuntu.zip")
-b2sums=('a005ed709f6ed4f327da44b337d3040db259e38134c99b920d659e26a5bb00fb8f58d889156ac242576cd46b906b0acb222f686aff265da1aa3361fb376d2ad8')
+b2sums=('0b0bfb88fe926754d2c140980d35611bfbeee66b97c730b895fcb89763fb54c91a59eaa33031e3e4c6003ea0f178843ca67d71d79cf951eac51a60fd0e29acb5')
prepare() {
bsdunzip -o "luau-$pkgver.zip"