Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
971557c8
by Pier Angelo Vendrame at 2025-07-07T18:49:39+02:00
 
1 changed file:
Changes:
| 1 | 1 |  # vim: filetype=yaml sw=2
 | 
| 2 | 2 |  version: 140.0
 | 
| 3 | -git_hash: 'v[% c("version") %]-TORBROWSER'
 | 
|
| 3 | +git_hash: 'v[% c("version") %]-TORBROWSER-build[% c("var/build_number") %]'
 | 
|
| 4 | 4 |  git_url: https://gitlab.torproject.org/tpo/applications/application-services.git
 | 
| 5 | 5 |  tag_gpg_id: 1
 | 
| 6 | 6 |  gpg_keyring:
 | 
| ... | ... | @@ -16,6 +16,7 @@ container: | 
| 16 | 16 |    use_container: 1
 | 
| 17 | 17 | |
| 18 | 18 |  var:
 | 
| 19 | +  build_number: 2
 | 
|
| 19 | 20 |    # This should be updated when the list of gradle dependencies is changed.
 | 
| 20 | 21 |    gradle_dependencies_version: 12
 | 
| 21 | 22 |    gradle_version: 8.13
 |