feat(aur): lune v0.8.2

This commit is contained in:
Erica Marigold 2024-03-13 11:41:26 +05:30
parent 72a76db47a
commit ee8d8cf969
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.1
pkgver = 0.8.2
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.1/lune-0.8.1-linux-x86_64.zip
sha256sums_x86_64 = a4ae71b81cafc04a2ecd632381b06609cbedd7d5f479457fea60388afc0e9e27
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.1/lune-0.8.1-linux-aarch64.zip
sha256sums_aarch64 = 1313640a246553e9c72fd1983bd9a764a1739459017ed51a44d411fe7dbd1e0a
source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.2/lune-0.8.2-linux-x86_64.zip
sha256sums_x86_64 = b593235b9bfb7b91982d061c96a736fde0b1d0b28fd55f7121fd8c6be31332fa
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.2/lune-0.8.2-linux-aarch64.zip
sha256sums_aarch64 = 8fd9d7e08cbcf72abc63ce149fee79740d2fbb32d5372e0f5d5ffd8de5bb297b
pkgname = lune-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
pkgver=0.8.1
pkgver=0.8.2
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=('a4ae71b81cafc04a2ecd632381b06609cbedd7d5f479457fea60388afc0e9e27')
sha256sums_aarch64=('1313640a246553e9c72fd1983bd9a764a1739459017ed51a44d411fe7dbd1e0a')
sha256sums_x86_64=('b593235b9bfb7b91982d061c96a736fde0b1d0b28fd55f7121fd8c6be31332fa')
sha256sums_aarch64=('8fd9d7e08cbcf72abc63ce149fee79740d2fbb32d5372e0f5d5ffd8de5bb297b')
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.1.r0.ga52dfc1
pkgver = 0.8.2.r0.g94ba331
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.1.r0.ga52dfc1
pkgver=0.8.2.r0.g94ba331
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.1
pkgver = 0.8.2
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.8.1.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.1.tar.gz
sha256sums = 10d9b3ae927d77307bb057fd8ec0ff396307ee9826c240ba9779fdeeb2f2eed2
source = lune-0.8.2.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.2.tar.gz
sha256sums = e98a00898c2573649d242d87b21af6cdeb5fd1c0fb5a9df53d9c18fc3c1c5008
pkgname = lune

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune
pkgver=0.8.1
pkgver=0.8.2
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=('10d9b3ae927d77307bb057fd8ec0ff396307ee9826c240ba9779fdeeb2f2eed2')
sha256sums=('e98a00898c2573649d242d87b21af6cdeb5fd1c0fb5a9df53d9c18fc3c1c5008')
prepare() {
cd "lune-${pkgver}"