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.2",
|
|
"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.2/transmission-4.0.2-x64.msi",
|
|
"hash": "1b8bbc17863e0ffc243f0cf5095b93cc2c8589ce09d4e9bece7d24812a8b7d09"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/transmission/transmission/releases/download/4.0.2/transmission-4.0.2-x86.msi",
|
|
"hash": "96d5730fdcac459b1849948d740c04ad6b9d898f920eeed8d9bbe88f7061090e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|