diff options
author | Compey | 2023-08-10 18:14:46 +0530 |
---|---|---|
committer | Compey | 2023-08-10 18:14:46 +0530 |
commit | 00ffc7be8ecf359d2bf48c2d96a478992970ae3a (patch) | |
tree | 50947426db15cc7696a2498a26f6295149a8eb88 /PKGBUILD | |
parent | 87396890279083a2203093fc75be6b6650c00a91 (diff) | |
download | aur-00ffc7be8ecf359d2bf48c2d96a478992970ae3a.tar.gz |
chore(release): AUR lune-bin v0.7.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |