mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.2.24",
|
|
"description": "Local Github actions runner.",
|
|
"homepage": "https://github.com/nektos/act/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.24/act_Windows_x86_64.zip",
|
|
"hash": "1368e67a9606e56ef23aa49e4273351beeaf53a6cfa59d8284127155c4a32071"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.24/act_Windows_i386.zip",
|
|
"hash": "704fdc31a15c71f7f0afffbb0c25c585956ed2b223baf9022533130fb8b4cbcd"
|
|
}
|
|
},
|
|
"bin": "act.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|