feat(aur): release v0.7.7

This commit is contained in:
Erica Marigold 2023-08-24 15:57:28 +05:30
parent 7c29f1f67c
commit 0a41499c49
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2
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.7.6
pkgver = 0.7.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.7.6/lune-0.7.6-linux-x86_64.zip
sha256sums_x86_64 = 012d1e7cf3df8f70b620e779d0c1bbb51df2d1df716a3dbfd3d0714da9b0cf6a
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.6/lune-0.7.6-linux-aarch64.zip
sha256sums_aarch64 = 2373ac940c59385074fd4a5abdf679395c35191fd91f43dc623416fec7f41d80
source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.7.7/lune-0.7.7-linux-x86_64.zip
sha256sums_x86_64 = 51cc868c090fb2067de684eda479f93b1af4601302e1564f6cf11d36f939332f
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.7/lune-0.7.7-linux-aarch64.zip
sha256sums_aarch64 = 6167f392e56233b854bf2494fb31aefc0fe3c2d4c4a49db1755a44ec76d623c6
pkgname = lune-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
pkgver=0.7.6
pkgver=0.7.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=('012d1e7cf3df8f70b620e779d0c1bbb51df2d1df716a3dbfd3d0714da9b0cf6a')
sha256sums_aarch64=('2373ac940c59385074fd4a5abdf679395c35191fd91f43dc623416fec7f41d80')
sha256sums_x86_64=('51cc868c090fb2067de684eda479f93b1af4601302e1564f6cf11d36f939332f')
sha256sums_aarch64=('6167f392e56233b854bf2494fb31aefc0fe3c2d4c4a49db1755a44ec76d623c6')
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.7.6.r0.ge57b8c3
pkgver = 0.7.7.r0.g603cc10
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.7.6.r0.ge57b8c3
pkgver=0.7.7.r0.g603cc10
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.7.6
pkgver = 0.7.7
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.6.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.6.tar.gz
sha256sums = 235c26df94d7c7f1e8a4fa79f9a08b407841cc4477274b42b172828eaf67d1bc
source = lune-0.7.7.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.7.tar.gz
sha256sums = f6311720ede916d520a427c04be469cd59cb2359a4ca7bc4b8abedaa8c3691ed
pkgname = lune

View file

@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune
pkgver=0.7.6
pkgver=0.7.7
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=('235c26df94d7c7f1e8a4fa79f9a08b407841cc4477274b42b172828eaf67d1bc')
sha256sums=('f6311720ede916d520a427c04be469cd59cb2359a4ca7bc4b8abedaa8c3691ed')
prepare() {
cd "lune-${pkgver}"