mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"version": "3.20.3",
|
|
"description": "NoSQL database designer for Amazon DynamoDB and Amazon Keyspaces",
|
|
"homepage": "https://aws.amazon.com/dynamodb/nosql-workbench/",
|
|
"license": {
|
|
"identifier": "Proprietary",
|
|
"url": "https://aws.amazon.com/nosql/nosql-workbench-license/"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://s3.amazonaws.com/nosql-workbench/NoSQL%20Workbench-win-3.20.3.exe#/dl.7z",
|
|
"hash": "sha512:58b1411dc84afca7e7ce4213e40c11197410c56837281ff8b14da4eed63cfd4f33008eeb43de7e12ade27ab3fb852dd6f7f0a37ffb00d93f8bc338696e7e8c3c",
|
|
"pre_install": [
|
|
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
|
|
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
|
|
]
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"NoSQL Workbench.exe",
|
|
"NoSQL Workbench"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://nosql-workbench.s3.amazonaws.com/latest.yml",
|
|
"regex": "version:\\s*([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://s3.amazonaws.com/nosql-workbench/NoSQL%20Workbench-win-$version.exe#/dl.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha512"
|
|
}
|
|
}
|
|
}
|