Skip to content

Commit

Permalink
added deepgit manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Catherine Oborski committed Jan 30, 2024
1 parent cd91ce9 commit cbb55f7
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions bucket/deepgit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"##": "See https://github.com/AntonOks/scoop-aoks/blob/master/bucket/deepgit-aoks.json",
"version": "4.4",
"description": "Git Archaeology Tool.",
"homepage": "https://www.syntevo.com/deepgit/",
"license": "https://www.syntevo.com/documents/deepgit-license.html",
"architecture": {
"64bit": {
"url": "https://www.syntevo.com/downloads/deepgit/deepgit-portable-4_4.7z",
"hash": "sha1:90aa41f31b2fea8e0c6cc2ce6dca6bcd0d3647a0",
"extract_dir": "DeepGit",
"bin": [
[
"bin\\deepgitc.exe",
"deepgit"
]
],
"shortcuts": [
[
"bin\\deepgit.exe",
"DeepGit"
]
]
}
},
"persist": ".settings",
"checkver": {
"url": "https://www.syntevo.com/deepgit/changelog.txt",
"regex": "DeepGit ([\\d.]+) \\("
},
"autoupdate": {
"url": "https://www.syntevo.com/downloads/deepgit/deepgit-portable-$underscoreVersion.7z",
"hash": {
"url": "https://www.syntevo.com/deepgit/download/",
"regex": "$basename[\\S\\s]+?$sha1"
}
}
}

0 comments on commit cbb55f7

Please sign in to comment.