Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
9c66c1ac
by Pier Angelo Vendrame at 2024-10-28T11:59:55+01:00
2 changed files:
Changes:
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: 3.11.3
|
|
2 | +version: 3.9.20
|
|
3 | 3 | filename: 'python-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
4 | 4 | container:
|
5 | 5 | use_container: 1
|
... | ... | @@ -24,9 +24,7 @@ input_files: |
24 | 24 | - project: container-image
|
25 | 25 | - name: python
|
26 | 26 | URL: 'https://www.python.org/ftp/python/[% c("version") %]/Python-[% c("version") %].tar.xz'
|
27 | - gpg_keyring: python.gpg
|
|
28 | - sig_ext: asc
|
|
29 | - file_gpg_id: 1
|
|
27 | + sha256sum: 6b281279efd85294d2d6993e173983a57464c0133956fbbb5536ec9646beaf0c
|
|
30 | 28 | - name: '[% c("var/compiler") %]'
|
31 | 29 | project: '[% c("var/compiler") %]'
|
32 | 30 | enable: '[% c("var/linux") %]' |