Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
luau
Commits:
0e47701e by Caleb Maclennan at 2025-11-22T11:44:10+03:00
upgpkg: 1:0.701-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = luau
pkgdesc = A fast, small, safe, gradually typed embeddable scripting
language derived from Lua
- pkgver = 0.700
+ pkgver = 0.701
pkgrel = 1
epoch = 1
url = https://github.com/luau-lang/luau
@@ -9,7 +9,7 @@ pkgbase = luau
makedepends = cmake
depends = gcc-libs
depends = glibc
- source =
https://github.com/luau-lang/luau/archive/0.700/luau-0.700.tar.gz
- sha256sums =
e0dffe07a4b27c568b9688916e1d97ba7204b7a4d487d0a03648c99b88fc8df8
+ source =
https://github.com/luau-lang/luau/archive/0.701/luau-0.701.tar.gz
+ sha256sums =
90bfb3cc8c04e103a5d34eaab882b39545a991fed8a5a198db2b686945774473
pkgname = luau
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: BrinkerVII <[email protected]>
pkgname=luau
-pkgver=0.700
+pkgver=0.701
pkgrel=1
epoch=1
pkgdesc='A fast, small, safe, gradually typed embeddable scripting language
derived from Lua'
@@ -16,7 +16,7 @@ depends=(
)
makedepends=(cmake)
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e0dffe07a4b27c568b9688916e1d97ba7204b7a4d487d0a03648c99b88fc8df8')
+sha256sums=('90bfb3cc8c04e103a5d34eaab882b39545a991fed8a5a198db2b686945774473')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/luau/-/commit/0e47701e52dff0a2f26cddc6de0b5326c4606bc2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/luau/-/commit/0e47701e52dff0a2f26cddc6de0b5326c4606bc2
You're receiving this email because of your account on gitlab.archlinux.org.