summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCompey2023-08-10 18:14:46 +0530
committerCompey2023-08-10 18:14:46 +0530
commit00ffc7be8ecf359d2bf48c2d96a478992970ae3a (patch)
tree50947426db15cc7696a2498a26f6295149a8eb88
parent87396890279083a2203093fc75be6b6650c00a91 (diff)
downloadaur-00ffc7be8ecf359d2bf48c2d96a478992970ae3a.tar.gz
chore(release): AUR lune-bin v0.7.6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86ec46031bc0..7038755827c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lune-bin
pkgdesc = [Precompiled Binaries] A standalone Luau script runtime
- pkgver = 0.7.5
- pkgrel = 2
+ pkgver = 0.7.6
+ pkgrel = 1
url = https://lune-org.github.io/docs
arch = x86_64
arch = aarch64
@@ -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.5/lune-0.7.5-linux-x86_64.zip
- sha256sums_x86_64 = eaec8e6361c8f9b4e63f756cc9b83a94bbbba28b060e5338a144e499aae2881c
- source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.5/lune-0.7.5-linux-aarch64.zip
- sha256sums_aarch64 = dad5292299db3359c8676c8e294cb9b30105ad1a47f9d96ee99fa34f2684f4fd
+ source_x86_64 = https://github.com/filiptibell/lune/releases/download/v0.7.6/lune-0.7.6-linux-x86_64.zip
+ sha256sums_x86_64 = 012d1e7cf3df8f70b620e779d0c1bbb51df2d1df716a3dbfd3d0714da9b0cf6a
+ source_aarch64 = https://github.com/filiptibell/lune/releases/download/v0.7.6/lune-0.7.6-linux-aarch64.zip
+ sha256sums_aarch64 = 2373ac940c59385074fd4a5abdf679395c35191fd91f43dc623416fec7f41d80
pkgname = lune-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6fb994694b88..a86da8a889d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Erica Marigold <hi@devcomp.xyz>
pkgname=lune-bin
-pkgver=0.7.5
-pkgrel=2
+pkgver=0.7.6
+pkgrel=1
pkgdesc="[Precompiled Binaries] A standalone Luau script runtime"
arch=(x86_64 aarch64)
conflicts=(lune lune-git)
@@ -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=('eaec8e6361c8f9b4e63f756cc9b83a94bbbba28b060e5338a144e499aae2881c')
-sha256sums_aarch64=('dad5292299db3359c8676c8e294cb9b30105ad1a47f9d96ee99fa34f2684f4fd')
+sha256sums_x86_64=('012d1e7cf3df8f70b620e779d0c1bbb51df2d1df716a3dbfd3d0714da9b0cf6a')
+sha256sums_aarch64=('2373ac940c59385074fd4a5abdf679395c35191fd91f43dc623416fec7f41d80')
package() {
install -Dm755 -t "$pkgdir/usr/bin" lune