Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / luau
Commits: 525d0f31 by Carl Smedstad at 2025-05-30T20:57:00+02:00 upgpkg: 676-1: Upstream release https://github.com/luau-lang/luau/releases/tag/676 - - - - - 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.675 + pkgver = 676 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.675/luau-0.675.tar.gz - sha256sums = 1ebd7cf26f55bd69cfb94ec031230a9f4ca4af881a142752c11d70d3a8a49b14 + source = https://github.com/luau-lang/luau/archive/676/luau-676.tar.gz + sha256sums = c8a3831335e5efca9e5a27255b96251cc32afe8e9ed9e21921060c13342aacd2 pkgname = luau ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: BrinkerVII <[email protected]> pkgname=luau -pkgver=0.675 +pkgver=676 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=('1ebd7cf26f55bd69cfb94ec031230a9f4ca4af881a142752c11d70d3a8a49b14') +sha256sums=('c8a3831335e5efca9e5a27255b96251cc32afe8e9ed9e21921060c13342aacd2') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/luau/-/commit/525d0f31cc19138a22f3dc983b883e742e232965 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/luau/-/commit/525d0f31cc19138a22f3dc983b883e742e232965 You're receiving this email because of your account on gitlab.archlinux.org.
