Skip to content

Commit

Permalink
DBeaver: Add version 21.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Nov 13, 2021
1 parent adcc496 commit ae28664
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
| [CrossFont **(CrossFont)**](./bucket/CrossFont.json) ||| ✔ (⛔) |
| [cwRsync **(cwRsync)**](./bucket/cwRsync.json) ||| ❌ (❌) |
| [CZ Manager **(CZManager)**](./bucket/CZManager.json) ||| ✔ (⛔) |
| [DBeaver **(DBeaver)**](./bucket/DBeaver.json) ||| ✔ (✔) |
| [Depressurizer **(Depressurizer)**](./bucket/Depressurizer.json) ||| ✔ (⛔) |
| [devcontainer-cli **(devcontainer-cli)**](./bucket/devcontainer-cli.json) ||| ✔ (⛔) |
| [devilutionX **(devilutionX)**](./bucket/devilutionX.json) ||| ✔ (✔) |
Expand Down
55 changes: 55 additions & 0 deletions bucket/DBeaver.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"version": "21.2.4",
"description": "DBeaver Community Edition. Universal database tool for developers and database administrators",
"homepage": "https://dbeaver.io",
"license": {
"identifier": "Apache-2.0",
"url": "https://dbeaver.io/product/dbeaver_license.txt"
},
"changelog": "https://github.com/dbeaver/dbeaver/releases/tag/21.2.4",
"architecture": {
"64bit": {
"url": "https://download.dbeaver.com/community/21.2.4/dbeaver-ce-21.2.4-win32.win32.x86_64.zip",
"hash": "9b544d91a33723e17a8e4cefef209eb9e7c9d45499631e21053e3bde64ee63c6"
}
},
"extract_dir": "dbeaver",
"bin": [
[
"dbeaver.exe",
"dbeaver",
"-data \"$dir\\persisted_data\""
],
[
"dbeaver-cli.exe",
"dbeaver-cli",
"-data \"$dir\\persisted_data\""
]
],
"shortcuts": [
[
"dbeaver.exe",
"DBeaver",
"-data \"$dir\\persisted_data\""
]
],
"persist": [
"drivers",
"persisted_data"
],
"checkver": {
"url": "https://dbeaver.io/download/",
"regex": "Community Edition ([\\d.]+)"
},
"autoupdate": {
"changelog": "https://github.com/dbeaver/dbeaver/releases/tag/$version",
"architecture": {
"64bit": {
"url": "https://download.dbeaver.com/community/$version/dbeaver-ce-$version-win32.win32.x86_64.zip"
}
},
"hash": {
"url": "$baseurl/checksum/$basename.sha256"
}
}
}

0 comments on commit ae28664

Please sign in to comment.