summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCI2023-10-06 11:16:20 +0530
committerCI2023-10-06 11:16:20 +0530
commit49b8ec170689a307e5fe86eaea90a69025076e77 (patch)
tree500104ddbcd031a7415ce3e696f06b777d332d2f
parentbe11e3107c2eebffcfb185ba07c29209afac5b65 (diff)
downloadaur-49b8ec170689a307e5fe86eaea90a69025076e77.tar.gz
chore(release): AUR lune-bin v0.7.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07a837008f92..e4429f9b739b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lune-bin
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
- pkgver = 0.7.7
+ pkgver = 0.7.8
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.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
+ 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
pkgname = lune-bin
diff --git a/PKGBUILD b/PKGBUILD
index 63244d547110..7deed9650753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
-pkgver=0.7.7
+pkgver=0.7.8
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=('51cc868c090fb2067de684eda479f93b1af4601302e1564f6cf11d36f939332f')
-sha256sums_aarch64=('6167f392e56233b854bf2494fb31aefc0fe3c2d4c4a49db1755a44ec76d623c6')
+sha256sums_x86_64=('b62a448f39c0385d0303ccf88533a54d3d42af7386b30ec706584563745a00af')
+sha256sums_aarch64=('6724e6e4e459e15c426f23ed8211ec5369679ba6a96bf006f0ed6c99d9617d61')
package() {
install -Dm755 -t "$pkgdir/usr/bin" lune