Commit 84a5c73c authored by Richard Pospesel's avatar Richard Pospesel
Browse files

Bug 40680: Prepare stable release 11.5.8

parent d078beef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
git_hash: '[% project %]-[% c("var/android_components_version") %]-[% c("var/torbrowser_branch") %]-1-build1'
git_hash: '[% project %]-[% c("var/android_components_version") %]-[% c("var/torbrowser_branch") %]-1-build2'
git_url: https://gitlab.torproject.org/tpo/applications/android-components.git
tag_gpg_id: 1
gpg_keyring: torbutton.gpg
+1 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
filename: 'firefox-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build6'
git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build8'
tag_gpg_id: 1
git_url: https://git.torproject.org/tor-browser.git
git_submodule: 1
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ container:
  use_container: 1

var:
  geckoview_version: 102.4.0esr
  geckoview_version: 102.5.0esr
  torbrowser_branch: 11.5
  copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
  deps:
+2 −2
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
version: 1.18.7
version: 1.18.8
filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
container:
  use_container: 1
@@ -116,7 +116,7 @@ input_files:
    enable: '[% ! c("var/linux") %]'
  - URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
    name: go
    sha256sum: 9467e33b819f71bebb21fb0ee1dd6794fd2244ae94907a984286712f9839a944
    sha256sum: 1f79802305015479e77d8c641530bc54ec994657d5c5271e0172eb7118346a12
  - URL: 'https://golang.org/dl/go[% c("var/go14_version") %].src.tar.gz'
    name: go14
    sha256sum: 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959
+2 −2
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
# To update, see doc/how-to-update-the-manual.txt
# Remember to update also the package's hash, with the version!
version: 53943
version: 56847
filename: 'manual-[% c("version") %].tar.gz'
container:
  use_container: 1
@@ -19,6 +19,6 @@ input_files:
  - project: container-image
  - URL: 'https://people.torproject.org/~richard/tbb_files/manual_[% c("version") %].zip'
    name: manual
    sha256sum: 138bd9f49cd32037c966d3a2a2d03570e7032db7137f9b27ef8d6e619c65a19f
    sha256sum: f22d6206c668eee194e19bc27f39e4bbe1d21c20dc69064f67dc3f9db52525e9
  - filename: packagemanual.py
    name: package_script
Loading