]> gitweb.fluxo.info Git - trashman.git/commitdiff
Fix: tor-browser and tor-browser-alpha: version bump
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 3 Aug 2023 22:53:27 +0000 (19:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 3 Aug 2023 22:53:27 +0000 (19:53 -0300)
share/hoarder/tor-browser-alpha/unix/linux/install
share/hoarder/tor-browser/unix/linux/install

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