mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"version": "4.0.4",
|
|
"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.4/transmission-4.0.4-x64.msi",
|
|
"hash": "9120ab6e93b946841a7249e763ad54a851103e8bcc5121dac49c0b3676493ba5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/transmission/transmission/releases/download/4.0.4/transmission-4.0.4-x86.msi",
|
|
"hash": "2e993f0ddd890e3e67670ff75da15e0c9c03a0ec4a24cee28d97d1eb0ee65fc5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|