summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-03-03 03:48:10 +1300
committertee2024-03-03 03:48:10 +1300
commitef3188c85827bcc0e9f8ac8c1f1bde4519068f2e (patch)
tree87f53e74bed3f5ea68e76890fc9ba4534cbf1521
parent982efd5d85a07387e95f8439d739cf91bd20b4a1 (diff)
downloadaur-ef3188c85827bcc0e9f8ac8c1f1bde4519068f2e.tar.gz
Version 0.615
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba4cf57048b1..d252a64bccb6 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.614
+ pkgver = 0.615
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.614.zip::https://github.com/luau-lang/luau/releases/download/0.614/luau-ubuntu.zip
- b2sums = e9d6b0d228360e5315708f1a76ee7a79bcec53dc1bc938419da4a7afeefc02f81a615930ed48747b35cfaf49ebb9a3dc2f2c3c7a34c576d43e728bba53e421f9
+ source = luau-0.615.zip::https://github.com/luau-lang/luau/releases/download/0.615/luau-ubuntu.zip
+ b2sums = 44e4a23a94d495e323c15d3414001122317b7c78fe6a4f4f6f43739fa8731187cf38dbba323d12af095a0a2169694b282b893aa9bdf44051c9d9674b69929d12
pkgname = luau-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2e42cc13900e..776aa189ba6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=luau
pkgname=luau-bin
-pkgver=0.614
+pkgver=0.615
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=('e9d6b0d228360e5315708f1a76ee7a79bcec53dc1bc938419da4a7afeefc02f81a615930ed48747b35cfaf49ebb9a3dc2f2c3c7a34c576d43e728bba53e421f9')
+b2sums=('44e4a23a94d495e323c15d3414001122317b7c78fe6a4f4f6f43739fa8731187cf38dbba323d12af095a0a2169694b282b893aa9bdf44051c9d9674b69929d12')
prepare() {
unzip -o "luau-$pkgver.zip"