From 46e331bd109b4df702856eb04ba35d8fcd8db064 Mon Sep 17 00:00:00 2001 From: Julian Fastnacht Date: Tue, 7 Mar 2023 15:15:49 +0100 Subject: [PATCH] bsabrowser: add description and hash --- bucket/bsabrowser.json | 2 ++ bucket/tanks-of-freedom.json | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 bucket/tanks-of-freedom.json diff --git a/bucket/bsabrowser.json b/bucket/bsabrowser.json index 91a29a07d0eb..7bdabb37ca60 100644 --- a/bucket/bsabrowser.json +++ b/bucket/bsabrowser.json @@ -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" diff --git a/bucket/tanks-of-freedom.json b/bucket/tanks-of-freedom.json new file mode 100644 index 000000000000..967fc99342cf --- /dev/null +++ b/bucket/tanks-of-freedom.json @@ -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" + ] + ] +}