mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: torbrowser: Update to 13.0.10.
* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to 20240213172118. (%torbrowser-version): Update to 13.0.10. (%torbrowser-firefox-version): Update to 115.8.0esr-13.0-1-build1. (translation-tor-browser): Update to a50fa943d7428ebe6e4e6b09f175e098a97eec63. Change-Id: Idbb708d8bdd5e75bed1423c0748007864f96da0f
This commit is contained in:
parent
863e9766a6
commit
3bc2a7d0ed
1 changed files with 7 additions and 7 deletions
|
@ -149,16 +149,16 @@ (define %torbrowser-locales
|
||||||
|
|
||||||
;; We copy the official build id, which can be found there:
|
;; We copy the official build id, which can be found there:
|
||||||
;; https://aus1.torproject.org/torbrowser/update_3/release/.
|
;; https://aus1.torproject.org/torbrowser/update_3/release/.
|
||||||
(define %torbrowser-build-date "20240115174022")
|
(define %torbrowser-build-date "20240213172118")
|
||||||
|
|
||||||
;; To find the last version, look at https://www.torproject.org/download/.
|
;; To find the last version, look at https://www.torproject.org/download/.
|
||||||
(define %torbrowser-version "13.0.9")
|
(define %torbrowser-version "13.0.10")
|
||||||
|
|
||||||
;; To find the last Firefox version, browse
|
;; To find the last Firefox version, browse
|
||||||
;; https://archive.torproject.org/tor-package-archive/torbrowser/<%torbrowser-version>
|
;; https://archive.torproject.org/tor-package-archive/torbrowser/<%torbrowser-version>
|
||||||
;; There should be only one archive that starts with
|
;; There should be only one archive that starts with
|
||||||
;; "src-firefox-tor-browser-".
|
;; "src-firefox-tor-browser-".
|
||||||
(define %torbrowser-firefox-version "115.7.0esr-13.0-1-build1")
|
(define %torbrowser-firefox-version "115.8.0esr-13.0-1-build1")
|
||||||
|
|
||||||
;; See tor-browser-build/projects/translation/config.
|
;; See tor-browser-build/projects/translation/config.
|
||||||
;; If Tor Browser and Mullvad Browser updates are not synchronized, maybe this
|
;; If Tor Browser and Mullvad Browser updates are not synchronized, maybe this
|
||||||
|
@ -180,11 +180,11 @@ (define translation-tor-browser
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.torproject.org/tpo/translation.git")
|
(url "https://gitlab.torproject.org/tpo/translation.git")
|
||||||
(commit "767ab5111f065b82151275775af5ecf7a529ef48")))
|
(commit "a50fa943d7428ebe6e4e6b09f175e098a97eec63")))
|
||||||
(file-name "translation-tor-browser")
|
(file-name "translation-tor-browser")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"034s0ivbama497xq0904q8p6d7n2f2aa2vn2jcs9g4bvmhgwicw4"))))
|
"0kvjdkgfdl0sh413wrli9pn7ygv9idrq5yvsi5q8c4bmnnxfig7c"))))
|
||||||
|
|
||||||
(define torbrowser-assets
|
(define torbrowser-assets
|
||||||
;; This is a prebuilt Torbrowser from which we take the assets we need.
|
;; This is a prebuilt Torbrowser from which we take the assets we need.
|
||||||
|
@ -200,7 +200,7 @@ (define torbrowser-assets
|
||||||
version "/tor-browser-linux-x86_64-" version ".tar.xz"))
|
version "/tor-browser-linux-x86_64-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j143r24xzmq38nd5z1xqsa9zp35lws9rvlj6hb9xn3dnl67gh59"))))
|
"1v4jbgzw640lnsyxk275w62xdyqbw0p0fwvkzfawpg4d3pqp7fpw"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:install-plan
|
#:install-plan
|
||||||
|
@ -236,7 +236,7 @@ (define* (make-torbrowser #:key
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h05js9j1drzw5q98nlphsmvlp1k2a71z5jd06xk6pz29w6322pw"))))
|
"0lbarj4i21f6jkpk2ji1cmgv625yhqyjksln97zgbbki43bx09v6"))))
|
||||||
(build-system mozilla-build-system)
|
(build-system mozilla-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird
|
(list go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird
|
||||||
|
|
Loading…
Reference in a new issue