summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErica Marigold2023-11-01 16:38:17 +0530
committerErica Marigold2023-11-01 16:38:17 +0530
commita68f045b364f2ef9d15faaae9265da2e24e14db2 (patch)
tree4b9b8946b6e4e7caa838753a6021d3839424e3df
parent80497a4300329b25773f548e70a8e5b9329e8230 (diff)
downloadaur-a68f045b364f2ef9d15faaae9265da2e24e14db2.tar.gz
chore(release): AUR lune v0.7.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfe9da259855..dcb7626ce6ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lune
pkgdesc = [Latest Stable Source] 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
@@ -11,7 +11,7 @@ pkgbase = lune
conflicts = lune-git
conflicts = lune-bin
options = !lto
- source = lune-0.7.9.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.9.tar.gz
- sha256sums = f620892c368766afcc01ca0dd67ab0336c0fbc21622ea492ae4ab9898990b751
+ source = lune-0.7.11.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.7.11.tar.gz
+ sha256sums = ceb7832821a15d36bf5c2821f18dfa07d7d597b0699e2e3f9918115b8baa733b
pkgname = lune
diff --git a/PKGBUILD b/PKGBUILD
index 33146ceb0cf4..453aa9e8421e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune
-pkgver=0.7.9
+pkgver=0.7.11
pkgrel=1
pkgdesc="[Latest Stable Source] A standalone Luau script runtime"
arch=(x86_64 aarch64)
@@ -12,7 +12,7 @@ depends=(glibc)
makedepends=(cargo)
options=(!lto)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('f620892c368766afcc01ca0dd67ab0336c0fbc21622ea492ae4ab9898990b751')
+sha256sums=('ceb7832821a15d36bf5c2821f18dfa07d7d597b0699e2e3f9918115b8baa733b')
prepare() {
cd "lune-${pkgver}"