Skip to content

Commit

Permalink
bsabrowser: add description and hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jfastnacht committed Mar 7, 2023
1 parent d1589a9 commit 46e331b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bucket/bsabrowser.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"version": "1.13.1",
"description": "Bethesda Archive (.BSA/.BA2/.DAT) browser & extractor",
"homepage": "https://github.com/AlexxEG/BSA_Browser",
"license": "GPL-3.0-only",
"extract_dir": "build",
"url": "https://github.com/AlexxEG/BSA_Browser/releases/download/v1.13.1/BSA.Browser.Portable.7z",
"hash": "fd02a6e48fc645a09ee0f46d4c423a729c1c9476eac3a1dad4004fbdf5c796f9",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/AlexxEG/BSA_Browser/releases/download/v$version/BSA.Browser.Portable.7z"
Expand Down
18 changes: 18 additions & 0 deletions bucket/tanks-of-freedom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "0.7.0",
"description": "Turn based strategy game in isometric pixel art",
"homepage": "https://tof.p1x.in/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://ia803403.us.archive.org/2/items/tanks-of-freedom-game-source-code-multiple-versions./ToF_Beta_0.7.0_win64.exe",
"hash": "bddb9477ad2140fe1f8c16d52b1a0ebf1bb85784663cc1a60bd838d18b199d3e"
}
},
"shortcuts": [
[
"ToF_Beta_0.7.0_win64.exe",
"Tanks of Freedom"
]
]
}

0 comments on commit 46e331b

Please sign in to comment.