guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: torbrowser: Copy buildID from the official b


From: guix-commits
Subject: branch master updated: gnu: torbrowser: Copy buildID from the official build.
Date: Tue, 30 Jan 2024 21:06:03 -0500

This is an automated email from the git hooks/post-receive script.

snape pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 88e8b807d6 gnu: torbrowser: Copy buildID from the official build.
88e8b807d6 is described below

commit 88e8b807d6af3cf2902909d295cd3194aa7ea684
Author: Clément Lassieur <clement@lassieur.org>
AuthorDate: Wed Jan 31 02:54:34 2024 +0100

    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
---
 gnu/packages/tor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 6ded83b83f..8cbf8f5f8c 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -551,8 +551,9 @@ up with TOR on your system anymore.")
    ("1dl2dpif4wwrlpx7zkz5qf8kk4vhxyf63016xcfpbhxizqqwc1ki" "df2d025ed631" 
"zh-CN")
    ("1c63ngff9lsc1x3pi6lnkyxw19gdc65yc67p7alzvrka3cv292ia" "11f8d68148a4" 
"zh-TW")))
 
-;; Must be of the form YYYYMMDDhhmmss as in `date +%Y%m%d%H%M%S`.
-(define %moz-build-date "20240123154553")
+;; We copy the official build id, which can be found there:
+;; https://aus1.torproject.org/torbrowser/update_3/release/.
+(define %moz-build-date "20240115174022")
 
 ;; To find the last version, look at https://www.torproject.org/download/.
 (define %torbrowser-version "13.0.9")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]