mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
feat(aur): release v0.7.11
This commit is contained in:
parent
21d4399c02
commit
015c7afb0b
6 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = lune-bin
|
||||
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
|
||||
pkgver = 0.7.10
|
||||
pkgver = 0.7.11
|
||||
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.10/lune-0.7.10-linux-x86_64.zip
|
||||
sha256sums_x86_64 = 69c399b7281d3d7446b0fb8b6e8341c4dbfd4bfee1d441e2d4666c9d418e69ae
|
||||
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.10/lune-0.7.10-linux-aarch64.zip
|
||||
sha256sums_aarch64 = d0791ea58ba284904b4f051f4495bc7c7edf417ee3e7a44edc357fde1cff51bc
|
||||
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
|
||||
|
||||
pkgname = lune-bin
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune-bin
|
||||
pkgver=0.7.10
|
||||
pkgver=0.7.11
|
||||
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=('69c399b7281d3d7446b0fb8b6e8341c4dbfd4bfee1d441e2d4666c9d418e69ae')
|
||||
sha256sums_aarch64=('d0791ea58ba284904b4f051f4495bc7c7edf417ee3e7a44edc357fde1cff51bc')
|
||||
sha256sums_x86_64=('83035b5bddf925b03b905d641182bec3bee01fc661a59f201d814cf88e4e0189')
|
||||
sha256sums_aarch64=('e627b82bc7a087f5abc20c3e4b7f754242998359cfdb984861c417edbc20c210')
|
||||
|
||||
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.7.10.r0.g779a11c
|
||||
pkgver = 0.7.11.r0.g507d88e
|
||||
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.7.10.r0.g779a11c
|
||||
pkgver=0.7.11.r0.g507d88e
|
||||
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.7.10
|
||||
pkgver = 0.7.11
|
||||
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.10.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.10.tar.gz
|
||||
sha256sums = e3851ba897f568a9fef2014b8d06f9b4c0df74d5d64b5e8aa2cedde35334507a
|
||||
source = lune-0.7.11.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.11.tar.gz
|
||||
sha256sums = ceb7832821a15d36bf5c2821f18dfa07d7d597b0699e2e3f9918115b8baa733b
|
||||
|
||||
pkgname = lune
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune
|
||||
pkgver=0.7.10
|
||||
pkgver=0.7.11
|
||||
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=('e3851ba897f568a9fef2014b8d06f9b4c0df74d5d64b5e8aa2cedde35334507a')
|
||||
sha256sums=('ceb7832821a15d36bf5c2821f18dfa07d7d597b0699e2e3f9918115b8baa733b')
|
||||
|
||||
prepare() {
|
||||
cd "lune-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue