summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c01ac9d20b50..3d47ddfff1e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luau
pkgdesc = A fast, small, safe, gradually typed embeddable scripting language derived from Lua
- pkgver = 0.619
+ pkgver = 0.620
pkgrel = 1
url = https://github.com/luau-lang/luau
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = luau
makedepends = cmake
depends = gcc-libs
depends = glibc
- source = luau-0.619.tar.gz::https://github.com/luau-lang/luau/archive/0.619.tar.gz
+ source = luau-0.620.tar.gz::https://github.com/luau-lang/luau/archive/0.620.tar.gz
source = Luau.pc
- sha256sums = 1579a3ebf520147ac70020cbb3dc63e138da113086997c2ace8c34a1f1f9aac2
+ sha256sums = a6ae1f0396334e72b1241dabb73aa123037613f3276bf2e71d0dc75568b1eb52
sha256sums = f65bc28fd66aac60cc8c7a33c7e64bec7ed296a69628dce57d2dfa57ba7ebab4
pkgname = luau
diff --git a/PKGBUILD b/PKGBUILD
index 91307a23ec99..46cfabe221a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Carl Smedstad <carl.smedstad at protonmail dot com>
+# Maintainer: Carl Smedstad <carsme@archlinux.org>
# Contributor: BrinkerVII <brinkervii@gmail.com>
pkgname=luau
-pkgver=0.619
+pkgver=0.620
pkgrel=1
pkgdesc="A fast, small, safe, gradually typed embeddable scripting language derived from Lua"
arch=(x86_64)
@@ -18,7 +18,7 @@ source=(
"Luau.pc"
)
sha256sums=(
- '1579a3ebf520147ac70020cbb3dc63e138da113086997c2ace8c34a1f1f9aac2'
+ 'a6ae1f0396334e72b1241dabb73aa123037613f3276bf2e71d0dc75568b1eb52'
'f65bc28fd66aac60cc8c7a33c7e64bec7ed296a69628dce57d2dfa57ba7ebab4'
)