summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Lassieur <clement@lassieur.org>2024-01-31 02:54:34 +0100
committerClément Lassieur <clement@lassieur.org>2024-01-31 03:02:07 +0100
commit88e8b807d6af3cf2902909d295cd3194aa7ea684 (patch)
tree75b91f4636c57de11e8a59b6f1136d5f6540ef33
parentc4687f5437ad89a7e87deed1933b60f6eac83176 (diff)
gnu: torbrowser: Copy buildID from the official build.
* gnu/packages/tor.scm (%moz-build-date): Update to 20240115174022. Reported-by: André Batista <nandre@riseup.net> Change-Id: Ia057d6efe9db9e04ece03d994ee226ecdbc6cc04
-rw-r--r--gnu/packages/tor.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 6ded83b83fe..8cbf8f5f8cc 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -551,8 +551,9 @@ up with TOR on your system anymore.")
551 ("1dl2dpif4wwrlpx7zkz5qf8kk4vhxyf63016xcfpbhxizqqwc1ki" "df2d025ed631" "zh-CN") 551 ("1dl2dpif4wwrlpx7zkz5qf8kk4vhxyf63016xcfpbhxizqqwc1ki" "df2d025ed631" "zh-CN")
552 ("1c63ngff9lsc1x3pi6lnkyxw19gdc65yc67p7alzvrka3cv292ia" "11f8d68148a4" "zh-TW"))) 552 ("1c63ngff9lsc1x3pi6lnkyxw19gdc65yc67p7alzvrka3cv292ia" "11f8d68148a4" "zh-TW")))
553 553
554;; Must be of the form YYYYMMDDhhmmss as in `date +%Y%m%d%H%M%S`. 554;; We copy the official build id, which can be found there:
555(define %moz-build-date "20240123154553") 555;; https://aus1.torproject.org/torbrowser/update_3/release/.
556(define %moz-build-date "20240115174022")
556 557
557;; To find the last version, look at https://www.torproject.org/download/. 558;; To find the last version, look at https://www.torproject.org/download/.
558(define %torbrowser-version "13.0.9") 559(define %torbrowser-version "13.0.9")