From bb26ed794d2cee41230d825466e025f55383a209 Mon Sep 17 00:00:00 2001 From: Pika <15848969+ThatNerdyPikachu@users.noreply.github.com> Date: Wed, 21 Oct 2020 12:50:47 -0400 Subject: [PATCH] intermodal: Add version 0.1.10 (#1369) * Add Intermodal v0.1.10 * intermodal: Update to version 0.1.11 --- bucket/intermodal.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/intermodal.json 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" + } + } + } +}