diff --git a/package/aur/lune-bin/.SRCINFO b/package/aur/lune-bin/.SRCINFO index 079b06e..2b5a93c 100644 --- a/package/aur/lune-bin/.SRCINFO +++ b/package/aur/lune-bin/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = lune-bin pkgdesc = [Precompiled Binaries] A standalone Luau script runtime - pkgver = 0.8.9 + pkgver = 0.9.0 pkgrel = 1 url = https://lune-org.github.io/docs arch = x86_64 @@ -9,9 +9,9 @@ pkgbase = lune-bin depends = glibc provides = lune conflicts = lune - source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.9/lune-0.8.9-linux-x86_64.zip - sha256sums_x86_64 = eb30bdde967ba97951a4e0cafa0a197396ddd68dfc58e1b60349129c178eee8b - source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.9/lune-0.8.9-linux-aarch64.zip - sha256sums_aarch64 = 913b07e1c42b8f8fc9e11a1f9d8b07e903e97efcf42b109d60326e85f5cc3cb7 + source_x86_64 = https://github.com/lune-org/lune/releases/download/v0.9.0/lune-0.9.0-linux-x86_64.zip + sha256sums_x86_64 = ef95f9e3036c8353caed9fae0e7dd9269408066c73d37c3d9566916cecd026f2 + source_aarch64 = https://github.com/lune-org/lune/releases/download/v0.9.0/lune-0.9.0-linux-aarch64.zip + sha256sums_aarch64 = 484f3b0976b73a21194f617472a2c2cc40550f10141fffbb52a13d77e6c95724 pkgname = lune-bin diff --git a/package/aur/lune-bin/PKGBUILD b/package/aur/lune-bin/PKGBUILD index f33e8c0..e4288d3 100644 --- a/package/aur/lune-bin/PKGBUILD +++ b/package/aur/lune-bin/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erica Marigold pkgname=lune-bin -pkgver=0.8.9 +pkgver=0.9.0 pkgrel=1 pkgdesc="[Precompiled Binaries] A standalone Luau script runtime" arch=(x86_64 aarch64) @@ -11,10 +11,10 @@ license=(MPL2) depends=(glibc) provides=(lune) conflicts=(lune) -source_x86_64=("https://github.com/filiptibell/lune/releases/download/v$pkgver/lune-$pkgver-linux-x86_64.zip") -source_aarch64=("https://github.com/filiptibell/lune/releases/download/v$pkgver/lune-$pkgver-linux-aarch64.zip") -sha256sums_x86_64=('eb30bdde967ba97951a4e0cafa0a197396ddd68dfc58e1b60349129c178eee8b') -sha256sums_aarch64=('913b07e1c42b8f8fc9e11a1f9d8b07e903e97efcf42b109d60326e85f5cc3cb7') +source_x86_64=("https://github.com/lune-org/lune/releases/download/v$pkgver/lune-$pkgver-linux-x86_64.zip") +source_aarch64=("https://github.com/lune-org/lune/releases/download/v$pkgver/lune-$pkgver-linux-aarch64.zip") +sha256sums_x86_64=('ef95f9e3036c8353caed9fae0e7dd9269408066c73d37c3d9566916cecd026f2') +sha256sums_aarch64=('484f3b0976b73a21194f617472a2c2cc40550f10141fffbb52a13d77e6c95724') package() { install -Dm755 -t "$pkgdir/usr/bin" lune diff --git a/package/aur/lune-git/.SRCINFO b/package/aur/lune-git/.SRCINFO index b4f1338..d744b95 100644 --- a/package/aur/lune-git/.SRCINFO +++ b/package/aur/lune-git/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = lune-git pkgdesc = [Latest Git Commit] A standalone Luau script runtime - pkgver = 0.8.9.r0.g010cd36 + pkgver = 0.9.0.r1.ge234eab pkgrel = 1 url = https://lune-org.github.io/docs arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = lune-git provides = lune conflicts = lune options = !lto - source = git+https://github.com/filiptibell/lune.git + source = git+https://github.com/lune-org/lune.git sha256sums = SKIP pkgname = lune-git diff --git a/package/aur/lune-git/PKGBUILD b/package/aur/lune-git/PKGBUILD index 7a668fd..be2097f 100644 --- a/package/aur/lune-git/PKGBUILD +++ b/package/aur/lune-git/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erica Marigold pkgname=lune-git -pkgver=0.8.9.r0.g010cd36 +pkgver=0.9.0.r1.ge234eab pkgrel=1 pkgdesc="[Latest Git Commit] A standalone Luau script runtime" arch=(x86_64 aarch64) @@ -13,7 +13,7 @@ makedepends=(cargo cmake git) provides=(lune) conflicts=(lune) options=(!lto) -source=("git+https://github.com/filiptibell/lune.git") +source=("git+https://github.com/lune-org/lune.git") sha256sums=('SKIP') pkgver() { diff --git a/package/aur/lune/.SRCINFO b/package/aur/lune/.SRCINFO index 388758d..8156525 100644 --- a/package/aur/lune/.SRCINFO +++ b/package/aur/lune/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = lune pkgdesc = [Latest Stable Source] A standalone Luau script runtime - pkgver = 0.8.9 - pkgrel = 2 + pkgver = 0.9.0 + pkgrel = 1 url = https://lune-org.github.io/docs arch = x86_64 arch = aarch64 @@ -12,7 +12,7 @@ pkgbase = lune conflicts = lune-git conflicts = lune-bin options = !lto - source = lune-0.8.9.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.9.tar.gz - sha256sums = b37bdf53dece55037ba00d82fe33a9ace9777cbb42b4d8d6602bcf704c9e1c59 + source = lune-0.9.0.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v0.9.0.tar.gz + sha256sums = 7b286b52fde80f21b350f9043aa8bdc8da05111e52b606dcbaa4a0daf14a793c pkgname = lune diff --git a/package/aur/lune/PKGBUILD b/package/aur/lune/PKGBUILD index 72c0eb7..e81bace 100644 --- a/package/aur/lune/PKGBUILD +++ b/package/aur/lune/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Erica Marigold pkgname=lune -pkgver=0.8.9 -pkgrel=2 +pkgver=0.9.0 +pkgrel=1 pkgdesc="[Latest Stable Source] A standalone Luau script runtime" arch=(x86_64 aarch64) conflicts=(lune-git lune-bin) @@ -11,8 +11,8 @@ license=(MPL2) depends=(glibc) makedepends=(cargo cmake) options=(!lto) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('b37bdf53dece55037ba00d82fe33a9ace9777cbb42b4d8d6602bcf704c9e1c59') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v${pkgver}.tar.gz") +sha256sums=('7b286b52fde80f21b350f9043aa8bdc8da05111e52b606dcbaa4a0daf14a793c') prepare() { cd "lune-${pkgver}"