mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
fix(scoop): use version literal
This commit is contained in:
parent
26a809ab2b
commit
4b84ad7c15
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/filiptibell/lune/releases/download/v$version/lune-$version-windows-x86_64.zip",
|
"url": "https://github.com/filiptibell/lune/releases/download/v0.7.7/lune-0.7.7-windows-x86_64.zip",
|
||||||
"hash": "d689927ce81416e3eeb87133517b4098601e5fcaff106aba27ab41636175f556"
|
"hash": "d689927ce81416e3eeb87133517b4098601e5fcaff106aba27ab41636175f556"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue