Skip to content

Commit

Permalink
Add DBeaver Early Access
Browse files Browse the repository at this point in the history
  • Loading branch information
igitur committed Nov 20, 2024
1 parent d131943 commit 71a0a16
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions bucket/dbeaver-nightly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "24.3.0-2024-11-19",
"description": "Database tool for developers, SQL programmers, database administrators and analysts",
"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": "1e8a96988b4efc9331c5b92a709082492fd2f826f1a1c5f2db39076a809c0a2a"
}
},
"extract_dir": "dbeaver",
"bin": [
"dbeaver.exe",
"dbeaver-cli.exe"
],
"shortcuts": [
[
"dbeaver.exe",
"DBeaver Nightly"
]
],
"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 71a0a16

Please sign in to comment.