diff --git a/bucket/tinyretropad.json b/bucket/tinyretropad.json new file mode 100644 index 00000000000000..fc94a1f89bf437 --- /dev/null +++ b/bucket/tinyretropad.json @@ -0,0 +1,24 @@ +{ + "version": "2026.06.29", + "description": "A Notepad-style Windows text editor written in x86 assembly, in roughly 2.5 KB.", + "homepage": "https://github.com/plummersSoftwareLLC/TinyRetroPad", + "license": "Apache-2.0", + "notes": "Upstream ships no releases; this manifest is pinned to a commit and versioned by its date. Built with Crinkler compression, so it may be flagged as a false positive by antivirus.", + "url": "https://raw.githubusercontent.com/plummersSoftwareLLC/TinyRetroPad/42f4c6c0f79ebada38ac0ee777f5fd6f264a7243/trpad.exe#/trpad.exe", + "hash": "3079f188d92f99e7f7c807c367c2af4d3f78a547e6c2813eddf18346bc01c578", + "bin": "trpad.exe", + "shortcuts": [ + [ + "trpad.exe", + "TinyRetroPad" + ] + ], + "checkver": { + "url": "https://api.github.com/repos/plummersSoftwareLLC/TinyRetroPad/commits/main", + "regex": "(?s)\"sha\":\\s*\"(?[0-9a-f]{40})\".*?\"committer\".*?\"date\":\\s*\"(?\\d{4})-(?\\d{2})-(?\\d{2})", + "replace": "${year}.${month}.${day}" + }, + "autoupdate": { + "url": "https://raw.githubusercontent.com/plummersSoftwareLLC/TinyRetroPad/$matchSha/trpad.exe#/trpad.exe" + } +}