mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-31 11:27:35 +08:00
33 lines
867 B
JSON
33 lines
867 B
JSON
{
|
|
"version": "0.5.70",
|
|
"description": "Lightweight, cross-platform database client",
|
|
"homepage": "https://dbxio.com",
|
|
"license": "AGPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/t8y2/dbx/releases/download/v0.5.70/DBX_0.5.70_x64-portable.zip",
|
|
"hash": "da5e74289c9cd5726508ec5e4217506d8007c507a89a0a3d27b01a87105c01e6"
|
|
}
|
|
},
|
|
"shortcuts": [
|
|
[
|
|
"DBX.exe",
|
|
"DBX"
|
|
]
|
|
],
|
|
"env_set": {
|
|
"DBX_DATA_DIR": "$dir\\data"
|
|
},
|
|
"persist": "data",
|
|
"checkver": {
|
|
"github": "https://github.com/t8y2/dbx"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/t8y2/dbx/releases/download/v$version/DBX_$version_x64-portable.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|