mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-07 11:29:10 +00:00
feat(aur): lune v0.8.7
This commit is contained in:
parent
1c56e2cbc6
commit
4195235af8
6 changed files with 16 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lune-bin
|
||||
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
|
||||
pkgver = 0.8.6
|
||||
pkgver = 0.8.7
|
||||
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.6/lune-0.8.6-linux-x86_64.zip
|
||||
sha256sums_x86_64 = 858529f9f4bf329ce8eb8d92e3496a07c673a275c130a9cad2872f90a5fcbfc7
|
||||
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.6/lune-0.8.6-linux-aarch64.zip
|
||||
sha256sums_aarch64 = dc3f30fbf6bdeb26ee64ec0c14fe5e2363ea9aedc76ea7abe8cede54e033e377
|
||||
source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.7/lune-0.8.7-linux-x86_64.zip
|
||||
sha256sums_x86_64 = 2096e61b4d95aa0ad7ee40dbce926e9327e4c15957e062966b17021e55ca7045
|
||||
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.7/lune-0.8.7-linux-aarch64.zip
|
||||
sha256sums_aarch64 = 7ac4cd4c220506b1d22bae130ba6e0a28427d128f68d967d583042e2b810d6dd
|
||||
|
||||
pkgname = lune-bin
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune-bin
|
||||
pkgver=0.8.6
|
||||
pkgver=0.8.7
|
||||
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=('858529f9f4bf329ce8eb8d92e3496a07c673a275c130a9cad2872f90a5fcbfc7')
|
||||
sha256sums_aarch64=('dc3f30fbf6bdeb26ee64ec0c14fe5e2363ea9aedc76ea7abe8cede54e033e377')
|
||||
sha256sums_x86_64=('2096e61b4d95aa0ad7ee40dbce926e9327e4c15957e062966b17021e55ca7045')
|
||||
sha256sums_aarch64=('7ac4cd4c220506b1d22bae130ba6e0a28427d128f68d967d583042e2b810d6dd')
|
||||
|
||||
package() {
|
||||
install -Dm755 -t "$pkgdir/usr/bin" lune
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lune-git
|
||||
pkgdesc = [Latest Git Commit] A standalone Luau script runtime
|
||||
pkgver = 0.8.6.r2.geac34d2
|
||||
pkgver = 0.8.7.r0.g1d4d163
|
||||
pkgrel = 1
|
||||
url = https://lune-org.github.io/docs
|
||||
arch = x86_64
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune-git
|
||||
pkgver=0.8.6.r2.geac34d2
|
||||
pkgname=lune-git
|
||||
pkgver=0.8.7.r0.g1d4d163
|
||||
pkgrel=1
|
||||
pkgdesc="[Latest Git Commit] A standalone Luau script runtime"
|
||||
arch=(x86_64 aarch64)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lune
|
||||
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
|
||||
pkgver = 0.8.6
|
||||
pkgver = 0.8.7
|
||||
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.6.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.6.tar.gz
|
||||
sha256sums = 4c89eb9ce3469e5de9f74df325febf9fb25a125dc83c40ca3556002290211b70
|
||||
source = lune-0.8.7.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.7.tar.gz
|
||||
sha256sums = d3086455523f51ede379b3c81bfc1b932e077ef2a6a99c53cbaf0f137e4a3fdc
|
||||
|
||||
pkgname = lune
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune
|
||||
pkgver=0.8.6
|
||||
pkgver=0.8.7
|
||||
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=('4c89eb9ce3469e5de9f74df325febf9fb25a125dc83c40ca3556002290211b70')
|
||||
sha256sums=('d3086455523f51ede379b3c81bfc1b932e077ef2a6a99c53cbaf0f137e4a3fdc')
|
||||
|
||||
prepare() {
|
||||
cd "lune-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue