1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-28 14:55:26 +00:00

flatpak: change URL for boost

The old one is giving a 403 Forbidden semi regularly.
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-05-03 12:18:42 +02:00
parent 06076a864a
commit 2b5811dc7b

View file

@ -91,7 +91,7 @@
"sources" : [ "sources" : [
{ {
"type" : "archive", "type" : "archive",
"url" : "https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2", "url" : "https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.bz2",
"sha256" : "59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722" "sha256" : "59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722"
} }
], ],