diff --git a/package/aur/lune-bin/.SRCINFO b/package/aur/lune-bin/.SRCINFO index cccca4b..c006058 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.7.9 + pkgver = 0.7.10 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.7.9/lune-0.7.9-linux-x86_64.zip - sha256sums_x86_64 = b463af81cad509ecff3a33758eeaf07e0f3a5b2a5eac8ef71e6f0c6eda0994a6 - source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.9/lune-0.7.9-linux-aarch64.zip - sha256sums_aarch64 = e9c90eaf5eedc02241d3f4551af36c54a9ac8c1f2e640f5803e61364a05cf821 + source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.7.10/lune-0.7.10-linux-x86_64.zip + sha256sums_x86_64 = 69c399b7281d3d7446b0fb8b6e8341c4dbfd4bfee1d441e2d4666c9d418e69ae + source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.10/lune-0.7.10-linux-aarch64.zip + sha256sums_aarch64 = d0791ea58ba284904b4f051f4495bc7c7edf417ee3e7a44edc357fde1cff51bc pkgname = lune-bin diff --git a/package/aur/lune-bin/PKGBUILD b/package/aur/lune-bin/PKGBUILD index 0c4dfea..087f5cc 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.7.9 +pkgver=0.7.10 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=('b463af81cad509ecff3a33758eeaf07e0f3a5b2a5eac8ef71e6f0c6eda0994a6') -sha256sums_aarch64=('e9c90eaf5eedc02241d3f4551af36c54a9ac8c1f2e640f5803e61364a05cf821') +sha256sums_x86_64=('69c399b7281d3d7446b0fb8b6e8341c4dbfd4bfee1d441e2d4666c9d418e69ae') +sha256sums_aarch64=('d0791ea58ba284904b4f051f4495bc7c7edf417ee3e7a44edc357fde1cff51bc') package() { install -Dm755 -t "$pkgdir/usr/bin" lune diff --git a/package/aur/lune/.SRCINFO b/package/aur/lune/.SRCINFO index dfe9da2..b5c888c 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.7.9 + pkgver = 0.7.10 pkgrel = 1 url = https://lune-org.github.io/docs arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = lune conflicts = lune-git conflicts = lune-bin options = !lto - source = lune-0.7.9.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.9.tar.gz - sha256sums = f620892c368766afcc01ca0dd67ab0336c0fbc21622ea492ae4ab9898990b751 + source = lune-0.7.10.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.10.tar.gz + sha256sums = e3851ba897f568a9fef2014b8d06f9b4c0df74d5d64b5e8aa2cedde35334507a pkgname = lune diff --git a/package/aur/lune/PKGBUILD b/package/aur/lune/PKGBUILD index 33146ce..21235d3 100644 --- a/package/aur/lune/PKGBUILD +++ b/package/aur/lune/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Erica Marigold pkgname=lune -pkgver=0.7.9 +pkgver=0.7.10 pkgrel=1 pkgdesc="[Latest Stable Source] A standalone Luau script runtime" arch=(x86_64 aarch64) @@ -12,7 +12,7 @@ depends=(glibc) makedepends=(cargo) options=(!lto) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('f620892c368766afcc01ca0dd67ab0336c0fbc21622ea492ae4ab9898990b751') +sha256sums=('e3851ba897f568a9fef2014b8d06f9b4c0df74d5d64b5e8aa2cedde35334507a') prepare() { cd "lune-${pkgver}"