Pier Angelo Vendrame pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
8e59a890
by Pier Angelo Vendrame at 2025-03-20T15:50:17+01:00
2 changed files:
Changes:
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: 0.3.0
|
|
2 | +version: 0.6.0
|
|
3 | 3 | git_url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird.git
|
4 | 4 | git_hash: 'lyrebird-[% c("version") %]'
|
5 | 5 | tag_gpg_id: 1
|
... | ... | @@ -9,7 +9,7 @@ container: |
9 | 9 | use_container: 1
|
10 | 10 | |
11 | 11 | var:
|
12 | - go_vendor_sha256sum: 71abc8063f2913e74e87a2a5c9262c4fad6ce4ed98b28b7603b50382724baba4
|
|
12 | + go_vendor_sha256sum: 788d63f5cbe2b618f314df87d9f1b33bc26af44a1c7535e80b34400c2efb55d1
|
|
13 | 13 | |
14 | 14 | targets:
|
15 | 15 | nightly:
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: '[% c("abbrev") %]'
|
|
2 | +version: '2.11.0'
|
|
3 | 3 | git_url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
|
4 | -git_hash: v2.9.2
|
|
4 | +git_hash: 'v[% c("version") %]'
|
|
5 | 5 | gpg_keyring: anti-censorship.gpg
|
6 | 6 | tag_gpg_id: 1
|
7 | 7 | |
... | ... | @@ -22,6 +22,6 @@ steps: |
22 | 22 | pkg_type: go_vendor
|
23 | 23 | project: snowflake
|
24 | 24 | norec:
|
25 | - sha256sum: be96eed0509e9bee22c71a9145fea90e3d63ec972e17324a119d16a3e931eebc
|
|
25 | + sha256sum: 4c21a75c2fd0997a13fc5bb99991ff2c7149fb2342b857b06c70a18c4cb2ac89
|
|
26 | 26 | target_replace:
|
27 | 27 | '^torbrowser-(?!testbuild).*': 'torbrowser-linux-x86_64' |