mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
feat(scoop): lune v0.8.2
This commit is contained in:
parent
ee8d8cf969
commit
539534108e
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"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.8.1/lune-0.8.1-windows-x86_64.zip",
|
||||
"hash": "efb4c009ac652703cec91df8fc2865ff34daa6941abd1f5b37f99b71be2492d6"
|
||||
"url": "https://github.com/filiptibell/lune/releases/download/v0.8.2/lune-0.8.2-windows-x86_64.zip",
|
||||
"hash": "bcfd89ebc8c3c192ddb1466b52cb7519608b8bb21d5fd64760822a132a96599b"
|
||||
}
|
||||
},
|
||||
"bin": "lune.exe",
|
||||
|
|
Loading…
Reference in a new issue