]> gitweb.fluxo.info Git - trashman.git/commitdiff
Fix: tor-browser-alpha: bump
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Jun 2023 18:52:20 +0000 (15:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Jun 2023 18:52:20 +0000 (15:52 -0300)
share/hoarder/tor-browser-alpha/unix/linux/install

index f6d58345355e1b80b409e65cd2405fb9189a33b9..fd3466e2661038e3e7280a9cc9f3dc88ff10e93d 100755 (executable)
@@ -15,7 +15,7 @@ trashman_require wget
 
 # Additional parameters
 APP="tor-browser-alpha"
-VERSION="12.5a5"
+VERSION="12.5a7"
 URL="https://www.torproject.org/dist/torbrowser/${VERSION}/"
 FILE="tor-browser-linux64-${VERSION}_ALL.tar.xz"
 WORK="`mktemp -d`" || exit 1