Skip to content

Instantly share code, notes, and snippets.

@vardrop
Last active April 16, 2021 20:46
Show Gist options
  • Save vardrop/83b4e5e7feaaeeed1fa1fdd6bac37de2 to your computer and use it in GitHub Desktop.
Save vardrop/83b4e5e7feaaeeed1fa1fdd6bac37de2 to your computer and use it in GitHub Desktop.
App manifest for mtorrent https://github.com/nektro/mtorrent
{
"version": "4",
"description": "A totally configurable terminal torrent client.",
"homepage": "https://github.com/nektro/mtorrent",
"license": {
"identifier": "AGPL-3.0-only",
"url": "https://raw.githubusercontent.com/nektro/mtorrent/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/nektro/mtorrent/releases/download/v4/mtorrent-windows-amd64.exe#/mtorrent.exe",
"hash": "e2867367041683f623e7875dad3375b5595108a60a3c1a7126d5be05dfc03cec"
},
"32bit": {
"url": "https://github.com/nektro/mtorrent/releases/download/v4/mtorrent-windows-386.exe#/mtorrent.exe",
"hash": "326f91f00a0a21cd7f87f15920d573a8ca9ac8051c512b8cb81a0a5279826604"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nektro/mtorrent/releases/download/v$version/mtorrent-windows-amd64.exe#/mtorrent.exe"
},
"32bit": {
"url": "https://github.com/nektro/mtorrent/releases/download/v$version/mtorrent-windows-386.exe#/mtorrent.exe"
}
}
},
"checkver": "github",
"bin": "mtorrent.exe"
}
@vardrop
Copy link
Author

vardrop commented Apr 16, 2021

Install with scoop:

$ scoop install https://gist.githubusercontent.com/vardrop/83b4e5e7feaaeeed1fa1fdd6bac37de2/raw/c85ae59c36b5ca8df79b7f06f86abccb36375172/mtorrent.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment