ScoopInstaller_Main/bucket/gactions.json
ipcjs c98c286703
gactions: Add version 3.2.1 (#4640)
* 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>
2023-04-09 14:09:49 +05:30

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"
}
}
}
}
}