feat(aur): lune v0.8.9

This commit is contained in:
Erica Marigold 2024-10-08 06:37:01 +01:00
parent 949b35b2ca
commit 6265357ba0
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
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.8.8
pkgver = 0.8.9
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.8/lune-0.8.8-linux-x86_64.zip
sha256sums_x86_64 = a17567d00eb7300418d9529501f4271a18662af7de17786cad50abbf56f387c5
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.8/lune-0.8.8-linux-aarch64.zip
sha256sums_aarch64 = d0f23579bd83d1805a28d52f2e37678e40053dae797de0a6fafd2ecbaaf325f9
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
pkgname = lune-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
pkgver=0.8.8
pkgver=0.8.9
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=('a17567d00eb7300418d9529501f4271a18662af7de17786cad50abbf56f387c5')
sha256sums_aarch64=('d0f23579bd83d1805a28d52f2e37678e40053dae797de0a6fafd2ecbaaf325f9')
sha256sums_x86_64=('eb30bdde967ba97951a4e0cafa0a197396ddd68dfc58e1b60349129c178eee8b')
sha256sums_aarch64=('913b07e1c42b8f8fc9e11a1f9d8b07e903e97efcf42b109d60326e85f5cc3cb7')
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.8.8.r0.gff83c40
pkgver = 0.8.9.r0.g010cd36
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.8.8.r0.gff83c40
pkgver=0.8.9.r0.g010cd36
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.8.8
pkgver = 0.8.9
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.8.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.8.tar.gz
sha256sums = 6cb6e9e1efc0b27c2470fc21032df68489d7d3af2fbc67dc7f02a94c9fe5ce76
source = lune-0.8.9.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.9.tar.gz
sha256sums = b37bdf53dece55037ba00d82fe33a9ace9777cbb42b4d8d6602bcf704c9e1c59
pkgname = lune

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune
pkgver=0.8.8
pkgver=0.8.9
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=('6cb6e9e1efc0b27c2470fc21032df68489d7d3af2fbc67dc7f02a94c9fe5ce76')
sha256sums=('b37bdf53dece55037ba00d82fe33a9ace9777cbb42b4d8d6602bcf704c9e1c59')
prepare() {
cd "lune-${pkgver}"