diff --git a/package/aur/lune-bin/.SRCINFO b/package/aur/lune-bin/.SRCINFO index 05e1cb9..621a709 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.4 + pkgver = 0.8.5 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.4/lune-0.8.4-linux-x86_64.zip - sha256sums_x86_64 = cabbc1b9a407122ed730b4dcc0debfe60f79a150fa1bab941fb5adcb5725e721 - source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.4/lune-0.8.4-linux-aarch64.zip - sha256sums_aarch64 = bd4b9cc657e8b5df5c9938232b362fe903bf44c841ce4ebd3c423f9d19c6510b + source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.5/lune-0.8.5-linux-x86_64.zip + sha256sums_x86_64 = 591619c2b8960eb532a07edba180f863486f927a40752fbb698fef9cff5bb5c9 + source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.5/lune-0.8.5-linux-aarch64.zip + sha256sums_aarch64 = 1b89932c0ad5af862ac3d4572bb60527015d2e33641d05d180d4a39b302ffab2 pkgname = lune-bin diff --git a/package/aur/lune-bin/PKGBUILD b/package/aur/lune-bin/PKGBUILD index 7b8c084..c497bfd 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.4 +pkgver=0.8.5 pkgrel=1 pkgdesc="[Precompiled Binaries] A standalone Luau script runtime" arch=(x86_64 aarch64) @@ -13,8 +13,8 @@ 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=('cabbc1b9a407122ed730b4dcc0debfe60f79a150fa1bab941fb5adcb5725e721') -sha256sums_aarch64=('bd4b9cc657e8b5df5c9938232b362fe903bf44c841ce4ebd3c423f9d19c6510b') +sha256sums_x86_64=('591619c2b8960eb532a07edba180f863486f927a40752fbb698fef9cff5bb5c9') +sha256sums_aarch64=('1b89932c0ad5af862ac3d4572bb60527015d2e33641d05d180d4a39b302ffab2') package() { install -Dm755 -t "$pkgdir/usr/bin" lune diff --git a/package/aur/lune-git/.SRCINFO b/package/aur/lune-git/.SRCINFO index 6dc4308..6dd1dfe 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.4.r1.g7e784ba + pkgver = 0.8.5.r0.gcf513c6 pkgrel = 1 url = https://lune-org.github.io/docs arch = x86_64 diff --git a/package/aur/lune-git/PKGBUILD b/package/aur/lune-git/PKGBUILD index 584adb2..25b879e 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.4.r1.g7e784ba +pkgver=0.8.5.r0.gcf513c6 pkgrel=1 pkgdesc="[Latest Git Commit] A standalone Luau script runtime" arch=(x86_64 aarch64) diff --git a/package/aur/lune/.SRCINFO b/package/aur/lune/.SRCINFO index 67283df..40a3f31 100644 --- a/package/aur/lune/.SRCINFO +++ b/package/aur/lune/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = lune pkgdesc = [Latest Stable Source] A standalone Luau script runtime - pkgver = 0.8.4 + pkgver = 0.8.5 pkgrel = 2 url = https://lune-org.github.io/docs arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = lune conflicts = lune-git conflicts = lune-bin options = !lto - source = lune-0.8.4.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.4.tar.gz - sha256sums = ff254da9ed4f3f2cf171f69015ce833e3954a8fa2e357aa208718e2e53ed5a01 + source = lune-0.8.5.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.5.tar.gz + sha256sums = ed272b39ca8d14312d4ae5270165d689465594595fcbe0be6d324056cdc0daa9 pkgname = lune diff --git a/package/aur/lune/PKGBUILD b/package/aur/lune/PKGBUILD index c9cb643..7c5c260 100644 --- a/package/aur/lune/PKGBUILD +++ b/package/aur/lune/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erica Marigold pkgname=lune -pkgver=0.8.4 +pkgver=0.8.5 pkgrel=2 pkgdesc="[Latest Stable Source] A standalone Luau script runtime" arch=(x86_64 aarch64) @@ -12,7 +12,7 @@ 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=('ff254da9ed4f3f2cf171f69015ce833e3954a8fa2e357aa208718e2e53ed5a01') +sha256sums=('ed272b39ca8d14312d4ae5270165d689465594595fcbe0be6d324056cdc0daa9') prepare() { cd "lune-${pkgver}"