summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-05-17 22:18:53 +1200
committertee2024-05-17 22:18:53 +1200
commitb5de1c71429bd7aa946e07b4a77c0f54b362c088 (patch)
tree34e7f9471dd5aee818c7e62b009c0ad664f0a1d9
parente9db0225bf6d478a3a07206c65baba17672794e7 (diff)
downloadaur-b5de1c71429bd7aa946e07b4a77c0f54b362c088.tar.gz
Version 0.626
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3559678b49ed..0c387b36831a 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.625
+ pkgver = 0.626
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.625.zip::https://github.com/luau-lang/luau/releases/download/0.625/luau-ubuntu.zip
- b2sums = d899717bc38c3537637ea48d61da314fd87aa66809a1b13cd017e74eea8b9684cd3380b4d2cb4caeed884c74e5acf19627cafcc8376aa51794575f2a2318ea68
+ source = luau-0.626.zip::https://github.com/luau-lang/luau/releases/download/0.626/luau-ubuntu.zip
+ b2sums = d12634c6c1557983200d2be5878be22f3ace5d2de8472e185018377ba3a0b2e2f209eb6322a4883f29090f5330711f50779c16d410b1729736d2394c78f206bd
pkgname = luau-bin
diff --git a/PKGBUILD b/PKGBUILD
index 04fe4a68590c..04d376ff0fa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=luau
pkgname=luau-bin
-pkgver=0.625
+pkgver=0.626
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=('d899717bc38c3537637ea48d61da314fd87aa66809a1b13cd017e74eea8b9684cd3380b4d2cb4caeed884c74e5acf19627cafcc8376aa51794575f2a2318ea68')
+b2sums=('d12634c6c1557983200d2be5878be22f3ace5d2de8472e185018377ba3a0b2e2f209eb6322a4883f29090f5330711f50779c16d410b1729736d2394c78f206bd')
prepare() {
bsdunzip -o "luau-$pkgver.zip"