mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
feat(aur): release v0.7.9
This commit is contained in:
parent
99dad13e23
commit
5d26854f8f
7 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.8
|
||||
pkgver = 0.7.9
|
||||
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.8/lune-0.7.8-linux-x86_64.zip
|
||||
sha256sums_x86_64 = b62a448f39c0385d0303ccf88533a54d3d42af7386b30ec706584563745a00af
|
||||
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.8/lune-0.7.8-linux-aarch64.zip
|
||||
sha256sums_aarch64 = 6724e6e4e459e15c426f23ed8211ec5369679ba6a96bf006f0ed6c99d9617d61
|
||||
source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.7.9/lune-0.7.9-linux-x86_64.zip
|
||||
sha256sums_x86_64 = b463af81cad509ecff3a33758eeaf07e0f3a5b2a5eac8ef71e6f0c6eda0994a6
|
||||
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.9/lune-0.7.9-linux-aarch64.zip
|
||||
sha256sums_aarch64 = e9c90eaf5eedc02241d3f4551af36c54a9ac8c1f2e640f5803e61364a05cf821
|
||||
|
||||
pkgname = lune-bin
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune-bin
|
||||
pkgver=0.7.8
|
||||
pkgver=0.7.9
|
||||
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=('b62a448f39c0385d0303ccf88533a54d3d42af7386b30ec706584563745a00af')
|
||||
sha256sums_aarch64=('6724e6e4e459e15c426f23ed8211ec5369679ba6a96bf006f0ed6c99d9617d61')
|
||||
sha256sums_x86_64=('b463af81cad509ecff3a33758eeaf07e0f3a5b2a5eac8ef71e6f0c6eda0994a6')
|
||||
sha256sums_aarch64=('e9c90eaf5eedc02241d3f4551af36c54a9ac8c1f2e640f5803e61364a05cf821')
|
||||
|
||||
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.8.r0.g02d812f
|
||||
pkgver = 0.7.10.r0.g779a11c
|
||||
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.8.r0.g02d812f
|
||||
pkgver=0.7.10.r0.g779a11c
|
||||
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.8
|
||||
pkgver = 0.7.9
|
||||
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.8.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.8.tar.gz
|
||||
sha256sums = 9c29f240d614c8af8d7d0a7903a02d084f5df1280818d9f623a47a2f7a86504f
|
||||
source = lune-0.7.9.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.9.tar.gz
|
||||
sha256sums = f620892c368766afcc01ca0dd67ab0336c0fbc21622ea492ae4ab9898990b751
|
||||
|
||||
pkgname = lune
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Erica Marigold <hi@devcomp.xyz>
|
||||
|
||||
pkgname=lune
|
||||
pkgver=0.7.8
|
||||
pkgver=0.7.9
|
||||
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=('9c29f240d614c8af8d7d0a7903a02d084f5df1280818d9f623a47a2f7a86504f')
|
||||
sha256sums=('f620892c368766afcc01ca0dd67ab0336c0fbc21622ea492ae4ab9898990b751')
|
||||
|
||||
prepare() {
|
||||
cd "lune-${pkgver}"
|
||||
|
|
BIN
package/aur/lune/lune-0.7.8.tar.gz
Normal file
BIN
package/aur/lune/lune-0.7.8.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue