summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErica Marigold2024-03-12 15:40:57 +0530
committerErica Marigold2024-03-12 15:40:57 +0530
commit28a0df7b675324cf85f575b996c4a709253bfe92 (patch)
tree6606fa25a22350801b75fc8e6f1a70b3887dd82f
parent97077c8db03c7a033deedf879358714882dd7ff9 (diff)
downloadaur-28a0df7b675324cf85f575b996c4a709253bfe92.tar.gz
chore(release): AUR lune-bin v0.8.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94bfb8b01368..8ccbe975d0f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lune-bin
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
- pkgver = 0.8.0
+ pkgver = 0.8.1
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.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
+ source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.8.1/lune-0.8.1-linux-x86_64.zip
+ sha256sums_x86_64 = a4ae71b81cafc04a2ecd632381b06609cbedd7d5f479457fea60388afc0e9e27
+ source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.8.1/lune-0.8.1-linux-aarch64.zip
+ sha256sums_aarch64 = 1313640a246553e9c72fd1983bd9a764a1739459017ed51a44d411fe7dbd1e0a
pkgname = lune-bin
diff --git a/PKGBUILD b/PKGBUILD
index b1eb037f8d48..b63fb632775d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
-pkgver=0.8.0
+pkgver=0.8.1
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=('88169f58a48c0545bfeb887c92d7dce50f0995425e286dff406b1e602f5c3faa')
-sha256sums_aarch64=('1b116492eda497f4252f32c49f752bb802d7ef7eb33cc69f39a09ac10ee36843')
+sha256sums_x86_64=('a4ae71b81cafc04a2ecd632381b06609cbedd7d5f479457fea60388afc0e9e27')
+sha256sums_aarch64=('1313640a246553e9c72fd1983bd9a764a1739459017ed51a44d411fe7dbd1e0a')
package() {
install -Dm755 -t "$pkgdir/usr/bin" lune