summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-03-11 19:09:36 +1300
committertee2024-03-11 19:09:36 +1300
commitb1ddc0a58c8fe7eedf22f16bc478b53e239d2b4e (patch)
treebbe0163435016c0bfc088c1537a5627af8bbd5b5
parentef3188c85827bcc0e9f8ac8c1f1bde4519068f2e (diff)
downloadaur-b1ddc0a58c8fe7eedf22f16bc478b53e239d2b4e.tar.gz
Version 0.616
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d252a64bccb6..bc68b8652ba6 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.615
+ pkgver = 0.616
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.615.zip::https://github.com/luau-lang/luau/releases/download/0.615/luau-ubuntu.zip
- b2sums = 44e4a23a94d495e323c15d3414001122317b7c78fe6a4f4f6f43739fa8731187cf38dbba323d12af095a0a2169694b282b893aa9bdf44051c9d9674b69929d12
+ source = luau-0.616.zip::https://github.com/luau-lang/luau/releases/download/0.616/luau-ubuntu.zip
+ b2sums = 41ef737921602cbb2375c2dd7f5ea17b0aceb60152dd5d0fa1058ae3bae412352ac9f58a8ab81e609dc77f7e3bae7640e41df5112f04277ba973b77ee9cfb29c
pkgname = luau-bin
diff --git a/PKGBUILD b/PKGBUILD
index 776aa189ba6e..57149f46eb0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=luau
pkgname=luau-bin
-pkgver=0.615
+pkgver=0.616
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=('44e4a23a94d495e323c15d3414001122317b7c78fe6a4f4f6f43739fa8731187cf38dbba323d12af095a0a2169694b282b893aa9bdf44051c9d9674b69929d12')
+b2sums=('41ef737921602cbb2375c2dd7f5ea17b0aceb60152dd5d0fa1058ae3bae412352ac9f58a8ab81e609dc77f7e3bae7640e41df5112f04277ba973b77ee9cfb29c')
prepare() {
unzip -o "luau-$pkgver.zip"