Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
luau
Commits:
a827a1cf by Caleb Maclennan at 2025-05-17T00:07:43+03:00
upgpkg: 0.674-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.673
+ pkgver = 0.674
pkgrel = 1
url = https://github.com/luau-lang/luau
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = luau
makedepends = cmake
depends = gcc-libs
depends = glibc
- source =
https://github.com/luau-lang/luau/archive/0.673/luau-0.673.tar.gz
- sha256sums =
7587065619c1e63e781dcec895d9df9d8286730016d1ce2e51408f2b7e639314
+ source =
https://github.com/luau-lang/luau/archive/0.674/luau-0.674.tar.gz
+ sha256sums =
7198b12eaac56932051ede8d8decd64713d811b081456209f4c73030b34a0037
pkgname = luau
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: BrinkerVII <[email protected]>
pkgname=luau
-pkgver=0.673
+pkgver=0.674
pkgrel=1
pkgdesc='A fast, small, safe, gradually typed embeddable scripting language
derived from Lua'
arch=(x86_64)
@@ -14,7 +14,7 @@ depends=(gcc-libs
makedepends=(cmake)
_archive="$pkgname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('7587065619c1e63e781dcec895d9df9d8286730016d1ce2e51408f2b7e639314')
+sha256sums=('7198b12eaac56932051ede8d8decd64713d811b081456209f4c73030b34a0037')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/luau/-/commit/a827a1cfa314a9b0162b3959a82a5d72bb46d745
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/luau/-/commit/a827a1cfa314a9b0162b3959a82a5d72bb46d745
You're receiving this email because of your account on gitlab.archlinux.org.