Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / luau
Commits: 676b3b6f by Carl Smedstad at 2025-06-27T22:43:45+02:00 upgpkg: 0.680-1: Upstream release https://github.com/luau-lang/luau/releases/tag/0.680 - - - - - 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.679 + pkgver = 0.680 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.679/luau-0.679.tar.gz - sha256sums = df2046d8f109ef31230864e81737dc137d25a5d316421426d5a68a8d1718605b + source = https://github.com/luau-lang/luau/archive/0.680/luau-0.680.tar.gz + sha256sums = f640c05950e62afc78ea2e83635e127c4a0b0c5e01b9320affd93a38f6aaba56 pkgname = luau ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: BrinkerVII <[email protected]> pkgname=luau -pkgver=0.679 +pkgver=0.680 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=('df2046d8f109ef31230864e81737dc137d25a5d316421426d5a68a8d1718605b') +sha256sums=('f640c05950e62afc78ea2e83635e127c4a0b0c5e01b9320affd93a38f6aaba56') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/luau/-/commit/676b3b6ffb147dd6ee4043b74541e8a894471c96 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/luau/-/commit/676b3b6ffb147dd6ee4043b74541e8a894471c96 You're receiving this email because of your account on gitlab.archlinux.org.
