mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
feat(scoop): lune v0.8.1
This commit is contained in:
parent
9b7a32c8a8
commit
2eb72db809
1 changed files with 20 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"description": "A standalone Luau script runtime",
|
"description": "A standalone Luau script runtime",
|
||||||
"homepage": "https://lune-org.github.io/docs",
|
"homepage": "https://lune-org.github.io/docs",
|
||||||
"license": {
|
"license": {
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/filiptibell/lune/releases/download/v0.8.0/lune-0.8.0-windows-x86_64.zip",
|
"url": "https://github.com/filiptibell/lune/releases/download/v0.8.0/lune-0.8.0-windows-x86_64.zip",
|
||||||
"hash": "03d3dd8f58334353f4cbca6444370c5ef00f75a23db37361eaaa84d2c4aa8105"
|
"hash": "efb4c009ac652703cec91df8fc2865ff34daa6941abd1f5b37f99b71be2492d6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "lune.exe",
|
"bin": "lune.exe",
|
||||||
|
|
Loading…
Reference in a new issue