mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"version": "4.1.0",
|
|
"description": "A fast, easy, and free BitTorrent client.",
|
|
"homepage": "https://transmissionbt.com/",
|
|
"license": "GPL-2.0-only|GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/transmission/transmission/releases/download/4.1.0/transmission-4.1.0-x64.msi",
|
|
"hash": "9a0c14d2aab07fa2e7084a4e0d4a7a2bfaef41c7df794b273fbd8b2ad997c2f7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/transmission/transmission/releases/download/4.1.0/transmission-4.1.0-x86.msi",
|
|
"hash": "cddd35de5ca686fd6c9b65a1ec22ee6b5744d033b389365ca62eddc6e7843b40"
|
|
}
|
|
},
|
|
"extract_dir": "PFiles\\Transmission",
|
|
"bin": [
|
|
"transmission-create.exe",
|
|
"transmission-daemon.exe",
|
|
"transmission-edit.exe",
|
|
"transmission-remote.exe",
|
|
"transmission-show.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/transmission/transmission"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/transmission/transmission/releases/download/$version/transmission-$version-x64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/transmission/transmission/releases/download/$version/transmission-$version-x86.msi"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://transmissionbt.com/download",
|
|
"regex": "$sha256</a> $basename"
|
|
}
|
|
}
|
|
}
|