intermodal: Add version 0.1.10 (#1369)

* Add Intermodal v0.1.10

* intermodal: Update to version 0.1.11
This commit is contained in:
Pika 2020-10-21 12:50:47 -04:00 committed by GitHub
parent ca57869301
commit bb26ed794d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/intermodal.json Normal file
View File

@ -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"
}
}
}
}