boklm pushed to branch maint-12.0 at The Tor Project / Applications / tor-browser-build
Commits:
- 
1afcf429
by Nicolas Vigier at 2023-03-30T14:07:24+02:00
1 changed file:
Changes:
| ... | ... | @@ -87,9 +87,9 @@ input_files: | 
| 87 | 87 |    - project: mmdebstrap-image
 | 
| 88 | 88 |      target:
 | 
| 89 | 89 |        - '[% c("var/container/suite") %]-[% c("var/container/arch") %]'
 | 
| 90 | -  - URL: http://deb.debian.org/debian/pool/main/f/faketime/faketime_0.9.6-3_amd64.deb
 | |
| 90 | +  - URL: http://archive.debian.org/debian/pool/main/f/faketime/faketime_0.9.6-3_amd64.deb
 | |
| 91 | 91 |      sha256sum: 19b2a01a2fae7e6d5a8b741fc0bc626451cb4c2cc884ee79f1136dd3c2c26213
 | 
| 92 | 92 |      enable: '[% c("var/container/suite") == "jessie" %]'
 | 
| 93 | -  - URL: http://deb.debian.org/debian/pool/main/f/faketime/libfaketime_0.9.6-3_amd64.deb
 | |
| 93 | +  - URL: http://archive.debian.org/debian/pool/main/f/faketime/libfaketime_0.9.6-3_amd64.deb
 | |
| 94 | 94 |      sha256sum: 82747d5815b226cfed7f6f9a751bf8c20d457f3ba786add6017d6904dea4fdb4
 | 
| 95 | 95 |      enable: '[% c("var/container/suite") == "jessie" %]' |