feat(aur): lune v0.9.1

This commit is contained in:
Erica Marigold 2025-04-30 13:18:19 +01:00
parent a373c4fc46
commit 1ee22ad7a7
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw
6 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
pkgbase = lune-bin
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
pkgver = 0.9.0
pkgver = 0.9.1
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/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
source_x86_64 = https://github.com/lune-org/lune/releases/download/v0.9.1/lune-0.9.1-linux-x86_64.zip
sha256sums_x86_64 = e646717f5f454d7bc392cdd15e43fe6636ded51283561bb31bdb6b25af03173a
source_aarch64 = https://github.com/lune-org/lune/releases/download/v0.9.1/lune-0.9.1-linux-aarch64.zip
sha256sums_aarch64 = adb8cfbecf11ccb8a69549819e1eb67d5525daca2f7f594fe9c6e037155b06b1
pkgname = lune-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
pkgver=0.9.0
pkgver=0.9.1
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/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')
sha256sums_x86_64=('e646717f5f454d7bc392cdd15e43fe6636ded51283561bb31bdb6b25af03173a')
sha256sums_aarch64=('adb8cfbecf11ccb8a69549819e1eb67d5525daca2f7f594fe9c6e037155b06b1')
package() {
install -Dm755 -t "$pkgdir/usr/bin" lune

View file

@ -1,6 +1,6 @@
pkgbase = lune-git
pkgdesc = [Latest Git Commit] A standalone Luau script runtime
pkgver = 0.9.0.r1.ge234eab
pkgver = 0.9.1.r1.gac8c809
pkgrel = 1
url = https://lune-org.github.io/docs
arch = x86_64

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-git
pkgver=0.9.0.r1.ge234eab
pkgver=0.9.1.r1.gac8c809
pkgrel=1
pkgdesc="[Latest Git Commit] A standalone Luau script runtime"
arch=(x86_64 aarch64)

View file

@ -1,6 +1,6 @@
pkgbase = lune
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
pkgver = 0.9.0
pkgver = 0.9.1
pkgrel = 1
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.9.0.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v0.9.0.tar.gz
sha256sums = 7b286b52fde80f21b350f9043aa8bdc8da05111e52b606dcbaa4a0daf14a793c
source = lune-0.9.1.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v0.9.1.tar.gz
sha256sums = 70e093ca0d15f392ad9e72ba0d73b453a6d97fc999ec1f851bad03c24043b807
pkgname = lune

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune
pkgver=0.9.0
pkgver=0.9.1
pkgrel=1
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/lune-org/lune/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('7b286b52fde80f21b350f9043aa8bdc8da05111e52b606dcbaa4a0daf14a793c')
sha256sums=('70e093ca0d15f392ad9e72ba0d73b453a6d97fc999ec1f851bad03c24043b807')
prepare() {
cd "lune-${pkgver}"