diff --git a/bucket/initool.json b/bucket/initool.json new file mode 100644 index 0000000000000..9c4b9577a796a --- /dev/null +++ b/bucket/initool.json @@ -0,0 +1,17 @@ +{ + "autoupdate": { + "url": "https://github.com/dbohdan/initool/releases/download/v$version/initool-v$version-$matchCommit-win32.zip" + }, + "bin": "initool.exe", + "checkver": { + "url": "https://api.github.com/repos/dbohdan/initool/releases/latest", + "jsonpath": "$..browser_download_url", + "regex": "download/v(?[\\d.]+)/initool-v([\\d.]+)-(?[\\w]{7})-win32.zip" + }, + "description": "Initool lets you manipulate the contents of INI files from the command line", + "hash": "b3bcc11faaf1adb708d5cc764a200d9c4247a1efbbb0e68ab23f4115bdc9b71a", + "homepage": "https://github.com/dbohdan/initool", + "license": "MIT", + "url": "https://github.com/dbohdan/initool/releases/download/v0.18.0/initool-v0.18.0-fc0c3b1-win32.zip", + "version": "0.18.0" +}