chore(aur): release v0.7.6

This commit is contained in:
Erica Marigold 2023-08-10 07:32:22 +05:30
parent 45f9e1c2a3
commit 9d0360739c
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2
6 changed files with 19 additions and 19 deletions

View file

@ -1,7 +1,7 @@
pkgbase = lune-bin
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
pkgver = 0.7.5
pkgrel = 2
pkgver = 0.7.6
pkgrel = 1
url = https://lune-org.github.io/docs
arch = x86_64
arch = aarch64
@ -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.5/lune-0.7.5-linux-x86_64.zip
sha256sums_x86_64 = eaec8e6361c8f9b4e63f756cc9b83a94bbbba28b060e5338a144e499aae2881c
source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.5/lune-0.7.5-linux-aarch64.zip
sha256sums_aarch64 = dad5292299db3359c8676c8e294cb9b30105ad1a47f9d96ee99fa34f2684f4fd
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
pkgname = lune-bin

View file

@ -1,8 +1,8 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
pkgver=0.7.5
pkgrel=2
pkgver=0.7.6
pkgrel=1
pkgdesc="[Precompiled Binaries] A standalone Luau script runtime"
arch=(x86_64 aarch64)
conflicts=(lune lune-git)
@ -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=('eaec8e6361c8f9b4e63f756cc9b83a94bbbba28b060e5338a144e499aae2881c')
sha256sums_aarch64=('dad5292299db3359c8676c8e294cb9b30105ad1a47f9d96ee99fa34f2684f4fd')
sha256sums_x86_64=('012d1e7cf3df8f70b620e779d0c1bbb51df2d1df716a3dbfd3d0714da9b0cf6a')
sha256sums_aarch64=('2373ac940c59385074fd4a5abdf679395c35191fd91f43dc623416fec7f41d80')
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.5.r9.g9ff142e
pkgver = 0.7.6.r0.ge57b8c3
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.5.r9.g9ff142e
pkgver=0.7.6.r0.ge57b8c3
pkgrel=1
pkgdesc="[Latest Git Commit] A standalone Luau script runtime"
arch=(x86_64 aarch64)

View file

@ -1,7 +1,7 @@
pkgbase = lune
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
pkgver = 0.7.5
pkgrel = 2
pkgver = 0.7.6
pkgrel = 1
url = https://lune-org.github.io/docs
arch = x86_64
arch = aarch64
@ -11,7 +11,7 @@ pkgbase = lune
conflicts = lune-git
conflicts = lune-bin
options = !lto
source = lune-0.7.5.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.5.tar.gz
sha256sums = e8191df5d6844026772cc7afab1083235a265c506474c4c4dee0a7724b04f775
source = lune-0.7.6.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.6.tar.gz
sha256sums = 235c26df94d7c7f1e8a4fa79f9a08b407841cc4477274b42b172828eaf67d1bc
pkgname = lune

View file

@ -1,8 +1,8 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune
pkgver=0.7.5
pkgrel=2
pkgver=0.7.6
pkgrel=1
pkgdesc="[Latest Stable Source] A standalone Luau script runtime"
arch=(x86_64 aarch64)
conflicts=(lune-git lune-bin)
@ -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=('e8191df5d6844026772cc7afab1083235a265c506474c4c4dee0a7724b04f775')
sha256sums=('235c26df94d7c7f1e8a4fa79f9a08b407841cc4477274b42b172828eaf67d1bc')
prepare() {
cd "lune-${pkgver}"