summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErica Marigold2024-01-14 22:39:24 +0530
committerErica Marigold2024-01-14 22:39:24 +0530
commit97077c8db03c7a033deedf879358714882dd7ff9 (patch)
tree791463c8008cac2923e2ef02e69e5c491381274b
parent11a7116b1fc6d50057a35dd9c6fedbc825101a58 (diff)
downloadaur-97077c8db03c7a033deedf879358714882dd7ff9.tar.gz
chore(release): AUR lune-bin v0.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56569a1a082b..94bfb8b01368 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lune-bin
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
- pkgver = 0.7.11
+ pkgver = 0.8.0
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.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
+ source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.0/lune-0.8.0-linux-x86_64.zip
+ sha256sums_x86_64 = 88169f58a48c0545bfeb887c92d7dce50f0995425e286dff406b1e602f5c3faa
+ source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.0/lune-0.8.0-linux-aarch64.zip
+ sha256sums_aarch64 = 1b116492eda497f4252f32c49f752bb802d7ef7eb33cc69f39a09ac10ee36843
pkgname = lune-bin
diff --git a/PKGBUILD b/PKGBUILD
index 34ccb43cc4cc..b1eb037f8d48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
-pkgver=0.7.11
+pkgver=0.8.0
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=('83035b5bddf925b03b905d641182bec3bee01fc661a59f201d814cf88e4e0189')
-sha256sums_aarch64=('e627b82bc7a087f5abc20c3e4b7f754242998359cfdb984861c417edbc20c210')
+sha256sums_x86_64=('88169f58a48c0545bfeb887c92d7dce50f0995425e286dff406b1e602f5c3faa')
+sha256sums_aarch64=('1b116492eda497f4252f32c49f752bb802d7ef7eb33cc69f39a09ac10ee36843')
package() {
install -Dm755 -t "$pkgdir/usr/bin" lune