From abed5dee3d494b55752fb7855eb5e57801aa54ef Mon Sep 17 00:00:00 2001 From: Kumiko as a Service Date: Wed, 29 Nov 2023 07:47:50 -0500 Subject: [PATCH] tor: Update to version 0.4.8.7-13.0.1 and fix autoupdate (#5244) --- bucket/tor.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/tor.json b/bucket/tor.json index 854ba7d2c0..10acfc6907 100644 --- a/bucket/tor.json +++ b/bucket/tor.json @@ -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).", "homepage": "https://www.torproject.org", "license": "BSD-3-Clause", @@ -9,12 +9,12 @@ ], "architecture": { "64bit": { - "url": "https://archive.torproject.org/tor-package-archive/torbrowser/12.5.6/tor-expert-bundle-12.5.6-windows-x86_64.tar.gz", - "hash": "0db0f8fc6c60fa62b8159468fbb476acf0dec2f8dcf1b9fe7db3b91538334461" + "url": "https://archive.torproject.org/tor-package-archive/torbrowser/13.0.1/tor-expert-bundle-windows-x86_64-13.0.1.tar.gz", + "hash": "ed32560bcefea40782c16179a26c22bcbc64a8662266ec1753caed560e2a7e8b" }, "32bit": { - "url": "https://archive.torproject.org/tor-package-archive/torbrowser/12.5.6/tor-expert-bundle-12.5.6-windows-i686.tar.gz", - "hash": "f41abcd703a3a9119384b996ff6bd0db204fde3b30adfafee1246c0bbbe4a59d" + "url": "https://archive.torproject.org/tor-package-archive/torbrowser/13.0.1/tor-expert-bundle-windows-i686-13.0.1.tar.gz", + "hash": "6869bced5583fac9678601e3365b19169ec2f3d753bbd5ac4825e7839b9adf55" } }, "pre_install": [ @@ -42,16 +42,16 @@ ], "checkver": { "url": "https://www.torproject.org/download/tor/", - "regex": "windows-i686.tar.gz\">(?[\\d.]+) \\(tor (?[\\d.]+)\\)", + "regex": "windows-i686-[\\d.]+.tar.gz\">(?[\\d.]+) \\(tor (?[\\d.]+)\\)", "replace": "${tor}-${browser}" }, "autoupdate": { "architecture": { "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": { - "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": {