mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "2.94",
|
|
"homepage": "https://transmissionbt.com/",
|
|
"license": "GPL-2.0-only|GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/transmission/transmission-releases/raw/master/transmission-2.94-x64.msi",
|
|
"hash": "a35672252661f16382072fd0ae87b8eafd47f5535439336fe2f161a542f9a1ab"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/transmission/transmission-releases/raw/master/transmission-2.94-x86.msi",
|
|
"hash": "9083bed824d707e8791f53811aaa88def8047d40f221a8e823571c103cf3aff6"
|
|
}
|
|
},
|
|
"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/raw/master/transmission-$version-x64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/transmission/transmission-releases/raw/master/transmission-$version-x86.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|