mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.2.5",
|
|
"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.5/act_Windows_x86_64.zip",
|
|
"hash": "c3287b5c9e455a2a0b830d956f5d75a773d7436828c0becf6a1b16fc7aae6047"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/nektos/act/releases/download/v0.2.5/act_Windows_i386.zip",
|
|
"hash": "cc6380890cb774a8cdd5439e9723297f6b0ef060686f730f0cbcbe1f39762469"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|