boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
e47404c6
by Nicolas Vigier at 2024-04-17T21:17:49+02:00
1 changed file:
Changes:
... | ... | @@ -256,7 +256,7 @@ targets: |
256 | 256 | IF (matches = c("var/torbrowser_version").match('^tbb-nightly\.(\d\d\d\d)\.(\d\d)\.(\d\d)$'));
|
257 | 257 | GET matches.0 _ "/" _ matches.1 _ "/" _ matches.2 _ " 01:01:01";
|
258 | 258 | ELSE;
|
259 | - GET "2000/01/01 01:01:01";
|
|
259 | + GET "2024/01/01 01:01:01";
|
|
260 | 260 | END
|
261 | 261 | -%]
|
262 | 262 | max_torbrowser_incremental_from: 2
|