richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
4ea089e4
by Richard Pospesel at 2024-01-09T17:38:39+00:00
1 changed file:
Changes:
| 1 | 1 |  # vim: filetype=yaml sw=2
 | 
| 2 | 2 |  version: '[% c("abbrev") %]'
 | 
| 3 | 3 |  git_url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
 | 
| 4 | -git_hash: b5d702f48315ee7dc718496dc6996f266e0ba047 #v2.6.1
 | |
| 4 | +git_hash: v2.8.1
 | |
| 5 | +gpg_keyring: anti-censorship.gpg
 | |
| 6 | +tag_gpg_id: 1
 | |
| 5 | 7 | |
| 6 | 8 |  container:
 | 
| 7 | 9 |    use_container: 1
 | 
| ... | ... | @@ -20,6 +22,6 @@ steps: | 
| 20 | 22 |          pkg_type: go_vendor
 | 
| 21 | 23 |          project: snowflake
 | 
| 22 | 24 |          norec:
 | 
| 23 | -          sha256sum: 47ba1520df228ecffcf48ea4d826a365f39f31d9122200dd993c437cf347dc09
 | |
| 25 | +          sha256sum: 6e41846a6d3e94891847d74ac08c6888c1540e0b0680ed3900ca54d7c35e1752
 | |
| 24 | 26 |          target_replace:
 | 
| 25 | 27 |            '^torbrowser-(?!testbuild).*': 'torbrowser-linux-x86_64' |