feat(aur): lune v0.10.0

This commit is contained in:
Erica Marigold 2025-08-03 14:17:56 +01:00
parent 3dbfb72580
commit adb07c5496
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw
7 changed files with 16 additions and 16 deletions

@ -1 +1 @@
Subproject commit f5e1fdd256961d35205a18111ecbe00278005558
Subproject commit 100164f5cd69b7a443155d2ceed57a0380b266cf

View file

@ -1,6 +1,6 @@
pkgbase = lune-bin
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
pkgver = 0.9.4
pkgver = 0.10.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/lune-org/lune/releases/download/v0.9.4/lune-0.9.4-linux-x86_64.zip
sha256sums_x86_64 = 7217ceca10b0c8b89d7fa62db5c0735d090b93c20218ee9bc934aca155539c39
source_aarch64 = https://github.com/lune-org/lune/releases/download/v0.9.4/lune-0.9.4-linux-aarch64.zip
sha256sums_aarch64 = bedcaa4c9cce258580b4b08710318fae6bfc50804c01affde3302b5702fc1cb0
source_x86_64 = https://github.com/lune-org/lune/releases/download/v0.10.0/lune-0.10.0-linux-x86_64.zip
sha256sums_x86_64 = 5444ca722fbf1d91e6da81bc48a439a030284b545385815ee1481eca05948b03
source_aarch64 = https://github.com/lune-org/lune/releases/download/v0.10.0/lune-0.10.0-linux-aarch64.zip
sha256sums_aarch64 = e0f73bba03f76f3f038f805cbafab10b79e31d18989bb06ac5aaa8e842ec501b
pkgname = lune-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
pkgver=0.9.4
pkgver=0.10.0
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=('7217ceca10b0c8b89d7fa62db5c0735d090b93c20218ee9bc934aca155539c39')
sha256sums_aarch64=('bedcaa4c9cce258580b4b08710318fae6bfc50804c01affde3302b5702fc1cb0')
sha256sums_x86_64=('5444ca722fbf1d91e6da81bc48a439a030284b545385815ee1481eca05948b03')
sha256sums_aarch64=('e0f73bba03f76f3f038f805cbafab10b79e31d18989bb06ac5aaa8e842ec501b')
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.4.r1.ge23dade
pkgver = 0.10.1.r1.gf5e1fdd2
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.4.r1.ge23dade
pkgver=0.10.1.r1.gf5e1fdd2
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.4
pkgver = 0.10.0
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.4.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v0.9.4.tar.gz
sha256sums = 73651a1e3edaa2c563d420d653906d2280c3ad8a92fb338a39faf95928508af1
source = lune-0.10.0.tar.gz::https://github.com/lune-org/lune/archive/refs/tags/v0.10.0.tar.gz
sha256sums = 56fdb35c99878d4b703d03187455af224a6897e0e80e87119449bd61136a54f5
pkgname = lune

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune
pkgver=0.9.4
pkgver=0.10.0
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=('73651a1e3edaa2c563d420d653906d2280c3ad8a92fb338a39faf95928508af1')
sha256sums=('56fdb35c99878d4b703d03187455af224a6897e0e80e87119449bd61136a54f5')
prepare() {
cd "lune-${pkgver}"