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.3",
|
|
"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.3/transmission-4.0.3-x64.msi",
|
|
"hash": "1ef1294f0cd1f352db7367be04a8bdc77083ee82926d76769f20937b90fa1202"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/transmission/transmission/releases/download/4.0.3/transmission-4.0.3-x86.msi",
|
|
"hash": "a131f8f1654c5a787d8c67a0667a34852952cdfaaf97dd1e93864200196ce098"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|