diff --git a/bucket/intermodal.json b/bucket/intermodal.json new file mode 100644 index 0000000000..f58f36780d --- /dev/null +++ b/bucket/intermodal.json @@ -0,0 +1,21 @@ +{ + "homepage": "https://github.com/casey/intermodal", + "description": "User-friendly and featureful command-line BitTorrent metainfo utility", + "license": "CC0-1.0", + "version": "0.1.11", + "architecture": { + "64bit": { + "url": "https://github.com/casey/intermodal/releases/download/v0.1.11/imdl-v0.1.11-x86_64-pc-windows-msvc.zip", + "hash": "340de325ba905842e0c186bd47e6ca14528feaa514914b2844ac29c5b644dde6" + } + }, + "bin": "imdl.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/casey/intermodal/releases/download/v$version/imdl-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +}