Skip to content

Commit

Permalink
dbeaver-ea: Add version 24.3.0-2024-11-20 (#1869)
Browse files Browse the repository at this point in the history
* Add DBeaver Early Access

* Update and rename dbeaver-nightly.json to dbeaver-ea.json

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
  • Loading branch information
igitur and HUMORCE authored Nov 21, 2024
1 parent 93f644d commit 47bf513
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions bucket/dbeaver-ea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "24.3.0-2024-11-20",
"description": "Database tool for developers, SQL programmers, database administrators and analysts. (Early Access)",
"homepage": "https://dbeaver.io",
"license": "Apache-2.0",
"suggest": {
"java": [
"java/oraclejdk",
"java/oraclejre8",
"java/openjdk11"
]
},
"architecture": {
"64bit": {
"url": "https://dbeaver.io/files/ea/dbeaver-ce-24.3.0-win32.win32.x86_64.zip",
"hash": "a164dd477e070b3e0e50aa062fdcd32b46aba74025eed265ec6a5a618ed1724f"
}
},
"extract_dir": "dbeaver",
"bin": [
[
"dbeaver.exe",
"dbeaver-cli.exe"
],
[
"dbeaver-ea.exe",
"dbeaver-cli.exe"
],
],
"shortcuts": [
[
"dbeaver.exe",
"DBeaver EA"
]
],
"checkver": {
"url": "https://dbeaver.io/files/ea/",
"regex": "href=\"dbeaver-ce-(?<ver>[\\d.]+)-win32.win32.x86_64.zip\".*</td><td>(?<date>\\d{4}-\\d{2}-\\d{2}) \\d{2}:\\d{2}:\\d{2}</td>",
"replace": "${ver}-${date}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dbeaver.io/files/ea/dbeaver-ce-$matchVer-win32.win32.x86_64.zip"
}
}
}
}

0 comments on commit 47bf513

Please sign in to comment.