summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErica Marigold2024-03-13 11:42:49 +0530
committerErica Marigold2024-03-13 11:42:49 +0530
commitbc7ce260b3713740127b53ec215966624449410d (patch)
treec99aaa623b9d5c19f09ba7c5eb9efae372a4c6e8
parent7cd628328acfcd88017bb7ee25646de17c4557e6 (diff)
downloadaur-bc7ce260b3713740127b53ec215966624449410d.tar.gz
chore(release): AUR lune v0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30f5e5d90ae6..24f0ea40355b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lune
pkgdesc = [Latest Stable Source] A standalone Luau script runtime
- pkgver = 0.8.1
+ pkgver = 0.8.2
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.8.1.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.1.tar.gz
- sha256sums = 10d9b3ae927d77307bb057fd8ec0ff396307ee9826c240ba9779fdeeb2f2eed2
+ source = lune-0.8.2.tar.gz::https://github.com/filiptibell/lune/archive/refs/tags/v0.8.2.tar.gz
+ sha256sums = e98a00898c2573649d242d87b21af6cdeb5fd1c0fb5a9df53d9c18fc3c1c5008
pkgname = lune
diff --git a/PKGBUILD b/PKGBUILD
index 6902f7a14743..b7ffc90c89d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune
-pkgver=0.8.1
+pkgver=0.8.2
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=('10d9b3ae927d77307bb057fd8ec0ff396307ee9826c240ba9779fdeeb2f2eed2')
+sha256sums=('e98a00898c2573649d242d87b21af6cdeb5fd1c0fb5a9df53d9c18fc3c1c5008')
prepare() {
cd "lune-${pkgver}"