mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.2.18",
|
|
"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.18/act_Windows_x86_64.zip",
|
|
"hash": "cc5c7737781b7c8575b29b2a312af7081f73d329721b079232594e1fc23930c2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.18/act_Windows_i386.zip",
|
|
"hash": "74c758623e7a17bf32b791f2b28d2e1620ede6da6d81b83ca81d6dc0c83311a0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|