summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErica Marigold2023-11-01 16:39:13 +0530
committerErica Marigold2023-11-01 16:39:13 +0530
commit11a7116b1fc6d50057a35dd9c6fedbc825101a58 (patch)
tree5cb527e761ad26984fe05c7ece56367f5df43748
parent473c80cfce094720efecd23dc92ddceecc06a08e (diff)
downloadaur-11a7116b1fc6d50057a35dd9c6fedbc825101a58.tar.gz
chore(release): AUR lune-bin v0.7.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cccca4b9c077..56569a1a082b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lune-bin
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
- pkgver = 0.7.9
+ pkgver = 0.7.11
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.9/lune-0.7.9-linux-x86_64.zip
- sha256sums_x86_64 = b463af81cad509ecff3a33758eeaf07e0f3a5b2a5eac8ef71e6f0c6eda0994a6
- source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.9/lune-0.7.9-linux-aarch64.zip
- sha256sums_aarch64 = e9c90eaf5eedc02241d3f4551af36c54a9ac8c1f2e640f5803e61364a05cf821
+ 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
pkgname = lune-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0c4dfeac6319..34ccb43cc4cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
-pkgver=0.7.9
+pkgver=0.7.11
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=('b463af81cad509ecff3a33758eeaf07e0f3a5b2a5eac8ef71e6f0c6eda0994a6')
-sha256sums_aarch64=('e9c90eaf5eedc02241d3f4551af36c54a9ac8c1f2e640f5803e61364a05cf821')
+sha256sums_x86_64=('83035b5bddf925b03b905d641182bec3bee01fc661a59f201d814cf88e4e0189')
+sha256sums_aarch64=('e627b82bc7a087f5abc20c3e4b7f754242998359cfdb984861c417edbc20c210')
package() {
install -Dm755 -t "$pkgdir/usr/bin" lune