tor: Update to version 0.4.8.7-13.0.1 and fix autoupdate (#5244)

This commit is contained in:
Kumiko as a Service 2023-11-29 07:47:50 -05:00 committed by GitHub
parent 5c19dbb8d7
commit abed5dee3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"version": "0.4.7.15-12.5.6", "version": "0.4.8.7-13.0.1",
"description": "Enables anonymous communication over the onion network (expert mode).", "description": "Enables anonymous communication over the onion network (expert mode).",
"homepage": "https://www.torproject.org", "homepage": "https://www.torproject.org",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -9,12 +9,12 @@
], ],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/12.5.6/tor-expert-bundle-12.5.6-windows-x86_64.tar.gz", "url": "https://archive.torproject.org/tor-package-archive/torbrowser/13.0.1/tor-expert-bundle-windows-x86_64-13.0.1.tar.gz",
"hash": "0db0f8fc6c60fa62b8159468fbb476acf0dec2f8dcf1b9fe7db3b91538334461" "hash": "ed32560bcefea40782c16179a26c22bcbc64a8662266ec1753caed560e2a7e8b"
}, },
"32bit": { "32bit": {
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/12.5.6/tor-expert-bundle-12.5.6-windows-i686.tar.gz", "url": "https://archive.torproject.org/tor-package-archive/torbrowser/13.0.1/tor-expert-bundle-windows-i686-13.0.1.tar.gz",
"hash": "f41abcd703a3a9119384b996ff6bd0db204fde3b30adfafee1246c0bbbe4a59d" "hash": "6869bced5583fac9678601e3365b19169ec2f3d753bbd5ac4825e7839b9adf55"
} }
}, },
"pre_install": [ "pre_install": [
@ -42,16 +42,16 @@
], ],
"checkver": { "checkver": {
"url": "https://www.torproject.org/download/tor/", "url": "https://www.torproject.org/download/tor/",
"regex": "windows-i686.tar.gz\">(?<browser>[\\d.]+) \\(tor (?<tor>[\\d.]+)\\)", "regex": "windows-i686-[\\d.]+.tar.gz\">(?<browser>[\\d.]+) \\(tor (?<tor>[\\d.]+)\\)",
"replace": "${tor}-${browser}" "replace": "${tor}-${browser}"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/$matchBrowser/tor-expert-bundle-$matchBrowser-windows-x86_64.tar.gz" "url": "https://archive.torproject.org/tor-package-archive/torbrowser/$matchBrowser/tor-expert-bundle-windows-x86_64-$matchBrowser.tar.gz"
}, },
"32bit": { "32bit": {
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/$matchBrowser/tor-expert-bundle-$matchBrowser-windows-i686.tar.gz" "url": "https://archive.torproject.org/tor-package-archive/torbrowser/$matchBrowser/tor-expert-bundle-windows-i686-$matchBrowser.tar.gz"
} }
}, },
"hash": { "hash": {