feat(aur): lune v0.8.0

This commit is contained in:
Erica Marigold 2024-01-14 22:33:54 +05:30
parent 682c00a2aa
commit 2676231351
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.7.11
pkgver = 0.8.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/filiptibell/lune/releases/download/v0.7.11/lune-0.7.11-linux-x86_64.zip
sha256sums_x86_64 = 83035b5bddf925b03b905d641182bec3bee01fc661a59f201d814cf88e4e0189
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.11/lune-0.7.11-linux-aarch64.zip
sha256sums_aarch64 = e627b82bc7a087f5abc20c3e4b7f754242998359cfdb984861c417edbc20c210
source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.0/lune-0.8.0-linux-x86_64.zip
sha256sums_x86_64 = 88169f58a48c0545bfeb887c92d7dce50f0995425e286dff406b1e602f5c3faa
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.0/lune-0.8.0-linux-aarch64.zip
sha256sums_aarch64 = 1b116492eda497f4252f32c49f752bb802d7ef7eb33cc69f39a09ac10ee36843
pkgname = lune-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
pkgver=0.7.11
pkgver=0.8.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/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=('83035b5bddf925b03b905d641182bec3bee01fc661a59f201d814cf88e4e0189')
sha256sums_aarch64=('e627b82bc7a087f5abc20c3e4b7f754242998359cfdb984861c417edbc20c210')
sha256sums_x86_64=('88169f58a48c0545bfeb887c92d7dce50f0995425e286dff406b1e602f5c3faa')
sha256sums_aarch64=('1b116492eda497f4252f32c49f752bb802d7ef7eb33cc69f39a09ac10ee36843')
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.7.11.r0.g507d88e
pkgver = 0.8.0.r0.g1b25ed2
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.7.11.r0.g507d88e
pkgver=0.8.0.r0.g1b25ed2
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.7.11
pkgver = 0.8.0
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.11.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.11.tar.gz
sha256sums = ceb7832821a15d36bf5c2821f18dfa07d7d597b0699e2e3f9918115b8baa733b
source = lune-0.8.0.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.0.tar.gz
sha256sums = 6008829cb9d7fc8ddaeeea3866e9264ce6f6c2f3487f3b6a3f8aa21dfad05a30
pkgname = lune

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune
pkgver=0.7.11
pkgver=0.8.0
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=('ceb7832821a15d36bf5c2821f18dfa07d7d597b0699e2e3f9918115b8baa733b')
sha256sums=('6008829cb9d7fc8ddaeeea3866e9264ce6f6c2f3487f3b6a3f8aa21dfad05a30')
prepare() {
cd "lune-${pkgver}"