mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
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>
This commit is contained in:
parent
b6467dc2e9
commit
c98c286703
35
bucket/gactions.json
Normal file
35
bucket/gactions.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user