mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
transmission-cli: Update to version 4.0.1 (#4544)
* (chore): fix transmission autoupdate * transmission-cli: Update to version 4.0.1
This commit is contained in:
parent
9beb6eb59f
commit
d5bdab4584
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "3.00",
|
"version": "4.0.1",
|
||||||
"description": "A fast, easy, and free BitTorrent client.",
|
"description": "A fast, easy, and free BitTorrent client.",
|
||||||
"homepage": "https://transmissionbt.com/",
|
"homepage": "https://transmissionbt.com/",
|
||||||
"license": "GPL-2.0-only|GPL-3.0-only",
|
"license": "GPL-2.0-only|GPL-3.0-only",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/transmission/transmission-releases/raw/master/transmission-3.00-x64.msi",
|
"url": "https://github.com/transmission/transmission/releases/download/4.0.1/transmission-4.0.1-x64.msi",
|
||||||
"hash": "c34828a6d2c50c7c590d05ca50249b511d46e9a2a7223323fb3d1421e3f6b9d1"
|
"hash": "b34d815be8bf34653b158220d6be33b368973c6cd502303fad8c79a25ca0761e"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/transmission/transmission-releases/raw/master/transmission-3.00-x86.msi",
|
"url": "https://github.com/transmission/transmission/releases/download/4.0.1/transmission-4.0.1-x86.msi",
|
||||||
"hash": "eeab85327fa8a1299bb133d5f60f6674ca9e76522297202bbe39aae92dad4f32"
|
"hash": "ba585683070d42a9ca7ee826b1432e4ce0f3658d77b53559ce93bac329ee508e"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "PFiles\\Transmission",
|
"extract_dir": "PFiles\\Transmission",
|
||||||
@ -27,19 +27,15 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/transmission/transmission-releases/raw/master/transmission-$version-x64.msi",
|
"url": "https://github.com/transmission/transmission/releases/download/$version/transmission-$version-x64.msi"
|
||||||
"hash": {
|
|
||||||
"url": "https://raw.githubusercontent.com/transmission/transmission.github.io/master/includes/js/constants.js",
|
|
||||||
"regex": "sha256_msi64: \"$sha256\""
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/transmission/transmission-releases/raw/master/transmission-$version-x86.msi",
|
"url": "https://github.com/transmission/transmission/releases/download/$version/transmission-$version-x86.msi"
|
||||||
|
}
|
||||||
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "https://raw.githubusercontent.com/transmission/transmission.github.io/master/includes/js/constants.js",
|
"url": "https://transmissionbt.com/download",
|
||||||
"regex": "sha256_msi32: \"$sha256\""
|
"regex": "$sha256</a> $basename"
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user