summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-04-15 00:44:12 +1200
committertee2024-04-15 00:44:12 +1200
commit9a21b940c8ec9b4f380ff91ef4a911eb2e040445 (patch)
tree13e1772948b2a76b540a1c14da284e8c3e558d89
parent1c460da55b1b0d7282b61be5a8a851dac7cdd571 (diff)
downloadaur-9a21b940c8ec9b4f380ff91ef4a911eb2e040445.tar.gz
Version 0.621
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de36fc446613..e0cf35083a67 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.620
+ pkgver = 0.621
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.620.zip::https://github.com/luau-lang/luau/releases/download/0.620/luau-ubuntu.zip
- b2sums = ac2e4859ffdb1fa4728054594d9895f434b29a984006d7049d834b52dbcf53acd433471d68b980e252716736a6e111d61cab6d2c04158cc709f60d4c002d0707
+ source = luau-0.621.zip::https://github.com/luau-lang/luau/releases/download/0.621/luau-ubuntu.zip
+ b2sums = b7f63121bc01bdee79ad27f7f9a4b1d6d839787fd15abaae4ba5b14e08dd64c6c7900010e5a9dc2d9d65a5720dea1f82a31e6db0f08797e4ebf8f4bb4383dbfe
pkgname = luau-bin
diff --git a/PKGBUILD b/PKGBUILD
index 80f30b3e8d66..67def2a60c35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: BrinkerVII <brinkervii@gmail.com>
+# Contributor: BrinkerVII <brinkervii@gmail.com>
# Maintainer: tee < teeaur at duck dot com >
_pkgbase=luau
pkgname=luau-bin
-pkgver=0.620
+pkgver=0.621
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=('ac2e4859ffdb1fa4728054594d9895f434b29a984006d7049d834b52dbcf53acd433471d68b980e252716736a6e111d61cab6d2c04158cc709f60d4c002d0707')
+b2sums=('b7f63121bc01bdee79ad27f7f9a4b1d6d839787fd15abaae4ba5b14e08dd64c6c7900010e5a9dc2d9d65a5720dea1f82a31e6db0f08797e4ebf8f4bb4383dbfe')
prepare() {
unzip -o "luau-$pkgver.zip"