Skip to content

Commit

Permalink
add takajo (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoilc authored Jan 9, 2025
1 parent 830009e commit 99195b7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bucket/takajo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "2.7.1",
"description": "A fast forensics analyzer for Hayabusa results written in Nim.",
"homepage": "https://github.com/Yamato-Security/takajo",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/Yamato-Security/takajo/releases/download/v2.7.1/takajo-2.7.1-win-x64.zip",
"extract_dir": "takajo-2.7.1-win-x64",
"hash": "7c20b7866f4e98cd562b020a5c27fb71952640594d94b89781b246dca97f8134"
}
},
"pre_install": "Get-ChildItem \"$dir\" 'takajo-*.exe' | Select-Object -First 1 | Rename-Item -NewName 'takajo.exe'",
"bin": "takajo.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Yamato-Security/takajo/releases/download/v$version/takajo-$version-win-x64.zip",
"extract_dir": "takajo-$version-win-x64"
}
}
}
}

0 comments on commit 99195b7

Please sign in to comment.