mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
* add gactions * add autoupdate * update to 3.2.1 * add description * use architecture * Update bucket/gactions.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"version": "3.2.1",
|
|
"description": "Command Line Interface for Google Actions SDK",
|
|
"homepage": "https://github.com/actions-on-google/gactions",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://registry.npmjs.org/@assistant/gactions/-/gactions-3.2.1.tgz",
|
|
"hash": "sha1:148aedd6d3992a16605a6de3c831b1ae704a509a",
|
|
"extract_dir": "package\\bin"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"gactions-win32-x64.exe",
|
|
"gactions"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://registry.npmjs.org/@assistant/gactions/latest",
|
|
"jsonpath": "$.version"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://registry.npmjs.org/@assistant/gactions/-/gactions-$version.tgz",
|
|
"hash": {
|
|
"mode": "json",
|
|
"url": "https://registry.npmjs.org/@assistant/gactions/$version",
|
|
"jsonpath": "$.dist.shasum"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|