mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
feat(scoop): lune v0.8.0
This commit is contained in:
parent
2676231351
commit
afc2bfe1c4
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.7.11",
|
||||
"version": "0.8.0",
|
||||
"description": "A standalone Luau script runtime",
|
||||
"homepage": "https://lune-org.github.io/docs",
|
||||
"license": {
|
||||
|
@ -8,8 +8,8 @@
|
|||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/filiptibell/lune/releases/download/v0.7.11/lune-0.7.11-windows-x86_64.zip",
|
||||
"hash": "c6c453e73fefedfb11358a7f43251e20b0b34e2a27f97c6a7df038e159e3dc46"
|
||||
"url": "https://github.com/filiptibell/lune/releases/download/v0.8.0/lune-0.8.0-windows-x86_64.zip",
|
||||
"hash": "03d3dd8f58334353f4cbca6444370c5ef00f75a23db37361eaaa84d2c4aa8105"
|
||||
}
|
||||
},
|
||||
"bin": "lune.exe",
|
||||
|
|
Loading…
Reference in a new issue