Extras/bucket/deepgit.json

45 lines
1.2 KiB
JSON

{
"version": "26.1.003",
"description": "Git Archaeology Tool.",
"homepage": "https://www.syntevo.com/deepgit/",
"license": {
"identifier": "Proprietary",
"url": "https://www.syntevo.com/documents/deepgit-license.html"
},
"architecture": {
"64bit": {
"url": "https://downloads.syntevo.com/downloads/deepgit/deepgit-26_1_003-win-portable.7z",
"hash": "1f443fbd12ba3e27b77502bc6274faa8e43cd874dd44141cc02fa3bbf7d2779e"
}
},
"extract_dir": "DeepGit",
"bin": [
[
"bin\\deepgitc.exe",
"deepgit"
]
],
"shortcuts": [
[
"bin\\deepgit.exe",
"DeepGit"
]
],
"persist": ".settings",
"checkver": {
"url": "https://www.syntevo.com/deepgit/download/",
"regex": "Version ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.syntevo.com/downloads/deepgit/deepgit-$underscoreVersion-win-portable.7z",
"hash": {
"url": "https://www.syntevo.com/deepgit/download/",
"regex": "$basename[\\S\\s]+?$sha256"
}
}
}
}
}