summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErica Marigold2024-05-13 12:14:28 +0530
committerErica Marigold2024-05-13 12:14:28 +0530
commit23d153ed7409e143291a69b37b65a4fbdb4a8a78 (patch)
tree07a8454974f9456ec814ee6e3116beee86d2299e
parent4fd79936b18bedb57aed2ff87015e6b8e66b5e68 (diff)
downloadaur-lune-bin.tar.gz
chore(release): AUR lune-bin v0.8.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf267eed8c8..05e1cb960453 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lune-bin
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
- pkgver = 0.8.3
+ pkgver = 0.8.4
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.8.3/lune-0.8.3-linux-x86_64.zip
- sha256sums_x86_64 = 53296bc15d492476eb8470c5906a22d67e6628dc85b01d104ed00f7b9a98a695
- source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.3/lune-0.8.3-linux-aarch64.zip
- sha256sums_aarch64 = abd8c459f2ec58c73e4477c9803686f9b71124b5c799b3849c39e4c80a8aa435
+ source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.4/lune-0.8.4-linux-x86_64.zip
+ sha256sums_x86_64 = cabbc1b9a407122ed730b4dcc0debfe60f79a150fa1bab941fb5adcb5725e721
+ source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.4/lune-0.8.4-linux-aarch64.zip
+ sha256sums_aarch64 = bd4b9cc657e8b5df5c9938232b362fe903bf44c841ce4ebd3c423f9d19c6510b
pkgname = lune-bin
diff --git a/PKGBUILD b/PKGBUILD
index 37c21f081a1d..7b8c084ee7f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
-pkgver=0.8.3
+pkgver=0.8.4
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=('53296bc15d492476eb8470c5906a22d67e6628dc85b01d104ed00f7b9a98a695')
-sha256sums_aarch64=('abd8c459f2ec58c73e4477c9803686f9b71124b5c799b3849c39e4c80a8aa435')
+sha256sums_x86_64=('cabbc1b9a407122ed730b4dcc0debfe60f79a150fa1bab941fb5adcb5725e721')
+sha256sums_aarch64=('bd4b9cc657e8b5df5c9938232b362fe903bf44c841ce4ebd3c423f9d19c6510b')
package() {
install -Dm755 -t "$pkgdir/usr/bin" lune