mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"version": "4.0.5",
|
|
"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.0.5/transmission-4.0.5-x64.msi",
|
|
"hash": "a698a6b39abf307c72f3a9152f320e290dc967927821161521f1460db74d7654"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/transmission/transmission/releases/download/4.0.5/transmission-4.0.5-x86.msi",
|
|
"hash": "416f6d6fd96b7481c9cf75a89ba66d61a0d9c1237703bad799e5574404cf6b14"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|