mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
chore(aur): lune v0.8.4
This commit is contained in:
parent
23427ca626
commit
5f6b3ce22a
6 changed files with 17 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lune-bin
|
||||
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
|
||||
pkgver = 0.8.3
|
||||
pkgver = 0.8.4
|
||||
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.3/lune-0.8.3-linux-x86_64.zip
|
||||
sha256sums_x86_64 = 53296bc15d492476eb8470c5906a22d67e6628dc85b01d104ed00f7b9a98a695
|
||||
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.3/lune-0.8.3-linux-aarch64.zip
|
||||
sha256sums_aarch64 = abd8c459f2ec58c73e4477c9803686f9b71124b5c799b3849c39e4c80a8aa435
|
||||
source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.4/lune-0.8.4-linux-x86_64.zip
|
||||
sha256sums_x86_64 = cabbc1b9a407122ed730b4dcc0debfe60f79a150fa1bab941fb5adcb5725e721
|
||||
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.4/lune-0.8.4-linux-aarch64.zip
|
||||
sha256sums_aarch64 = bd4b9cc657e8b5df5c9938232b362fe903bf44c841ce4ebd3c423f9d19c6510b
|
||||
|
||||
pkgname = lune-bin
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune-bin
|
||||
pkgver=0.8.3
|
||||
pkgver=0.8.4
|
||||
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=('53296bc15d492476eb8470c5906a22d67e6628dc85b01d104ed00f7b9a98a695')
|
||||
sha256sums_aarch64=('abd8c459f2ec58c73e4477c9803686f9b71124b5c799b3849c39e4c80a8aa435')
|
||||
sha256sums_x86_64=('cabbc1b9a407122ed730b4dcc0debfe60f79a150fa1bab941fb5adcb5725e721')
|
||||
sha256sums_aarch64=('bd4b9cc657e8b5df5c9938232b362fe903bf44c841ce4ebd3c423f9d19c6510b')
|
||||
|
||||
package() {
|
||||
install -Dm755 -t "$pkgdir/usr/bin" lune
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = lune-git
|
||||
pkgdesc = [Latest Git Commit] A standalone Luau script runtime
|
||||
pkgver = 0.8.3.r0.g34fc23d
|
||||
pkgrel = 2
|
||||
pkgver = 0.8.4.r1.g7e784ba
|
||||
pkgrel = 1
|
||||
url = https://lune-org.github.io/docs
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune-git
|
||||
pkgver=0.8.3.r0.g34fc23d
|
||||
pkgrel=2
|
||||
pkgver=0.8.4.r1.g7e784ba
|
||||
pkgrel=1
|
||||
pkgdesc="[Latest Git Commit] A standalone Luau script runtime"
|
||||
arch=(x86_64 aarch64)
|
||||
conflicts=(lune lune-bin)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lune
|
||||
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
|
||||
pkgver = 0.8.3
|
||||
pkgver = 0.8.4
|
||||
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.3.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.3.tar.gz
|
||||
sha256sums = f91ffc22ad6416231180197f39a437b7241131d80544ac7df88f56193875e50a
|
||||
source = lune-0.8.4.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.4.tar.gz
|
||||
sha256sums = ff254da9ed4f3f2cf171f69015ce833e3954a8fa2e357aa208718e2e53ed5a01
|
||||
|
||||
pkgname = lune
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune
|
||||
pkgver=0.8.3
|
||||
pkgver=0.8.4
|
||||
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=('f91ffc22ad6416231180197f39a437b7241131d80544ac7df88f56193875e50a')
|
||||
sha256sums=('ff254da9ed4f3f2cf171f69015ce833e3954a8fa2e357aa208718e2e53ed5a01')
|
||||
|
||||
prepare() {
|
||||
cd "lune-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue