mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
Transmission: add au.hash (#221)
This commit is contained in:
parent
31d982c75c
commit
402ae0e71f
@ -2,6 +2,7 @@
|
|||||||
"version": "2.94",
|
"version": "2.94",
|
||||||
"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",
|
||||||
|
"description": "A fast, easy, and free BitTorrent client.",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/transmission/transmission-releases/raw/master/transmission-2.94-x64.msi",
|
"url": "https://github.com/transmission/transmission-releases/raw/master/transmission-2.94-x64.msi",
|
||||||
@ -26,10 +27,18 @@
|
|||||||
"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/raw/master/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/raw/master/transmission-$version-x86.msi",
|
||||||
|
"hash": {
|
||||||
|
"url": "https://raw.githubusercontent.com/transmission/transmission.github.io/master/includes/js/constants.js",
|
||||||
|
"regex": "sha256_msi32: \"$sha256\""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user