Compare commits

...

9 Commits

Author SHA1 Message Date
Samantaz Fox
ba053fe503 Version 3.1.1 2022-08-05 17:31:31 +02:00
Samantaz Fox
ebf1779197 Version 3.0.4 2022-08-05 17:30:54 +02:00
Samantaz Fox
279c80ecd4 Version 2.30.2 2022-08-05 17:29:33 +02:00
Samantaz Fox
0e80d04796 Version 2.29.6 2022-08-05 17:28:53 +02:00
Samantaz Fox
4751be6c11 Version 2.27.7 2022-08-05 17:27:54 +02:00
Samantaz Fox
2757fe250c Version 2.27.6 2022-08-05 17:24:06 +02:00
Samantaz Fox
bc82af70b0 Version 2.26.2 2022-08-05 17:23:13 +02:00
Samantaz Fox
bbfbee872b Version 2.24.5 2022-08-04 17:50:35 +02:00
Samantaz Fox
f17eb6e341 Version 2.23.3 2022-08-04 17:49:03 +02:00

4
env.sh
View File

@ -1,7 +1,7 @@
#!/bin/sh
BORINGSSL_COMMIT=b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1
LSQUIC_COMMIT=f198a02df8d5629c9f40fff726081aeea0f1681c
BORINGSSL_COMMIT=a9670a8b476470e6f874fef3554e8059683e1413
LSQUIC_COMMIT=0a4f8953dc92dd3085e48ed90f293f052cff8427
echo "BORINGSSL_COMMIT=$BORINGSSL_COMMIT" >> $GITHUB_ENV
echo "LSQUIC_COMMIT=$LSQUIC_COMMIT" >> $GITHUB_ENV