From 2b5811dc7b1c9fb2b3f07711d91f2157aea87737 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Mon, 3 May 2021 12:18:42 +0200 Subject: [PATCH] flatpak: change URL for boost The old one is giving a 403 Forbidden semi regularly. --- sm.puri.Calls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sm.puri.Calls.json b/sm.puri.Calls.json index 571b550..aea77c6 100644 --- a/sm.puri.Calls.json +++ b/sm.puri.Calls.json @@ -91,7 +91,7 @@ "sources" : [ { "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" } ],