From a1f5a5551f4d1f2388b3f247fc73b25bf008556c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 19 Jul 2018 11:34:50 +0000 Subject: [PATCH] updated the repository --- build-in-docker.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-in-docker.conf b/build-in-docker.conf index 22bb980..08dafcb 100644 --- a/build-in-docker.conf +++ b/build-in-docker.conf @@ -2,7 +2,7 @@ ## ## This file has been added: ## - by bootstrap.sh -## - on Wed, 14 June 2017 13:58:37 +0200 +## - on Thu, 19 July 2018 13:16:09 +0200 ## Feel free to change it or even remove and rebuild it, up to your needs ## ## 1 2 3 4 5 6 7 8 @@ -11,9 +11,9 @@ # Use Ubuntu Universe Repository repos+=("ubuntu:::universe") -# Use Marc Wäckerlin's Repository, see https://dev.marc.waeckerlin.org -repos+=("debian|ubuntu:::https://dev.marc.waeckerlin.org/repository:::https://dev.marc.waeckerlin.org/repository/@DISTRIBUTOR@/marc-waeckerlin.repo") -keys+=("https://dev.marc.waeckerlin.org/repository/PublicKey") +# Use Marc Wäckerlin's Repository, see https://repository.mrw.sh +repos+=("debian|ubuntu:::https://repository.mrw.sh:::https://repository.mrw.sh/@DISTRIBUTOR@/marc-waeckerlin.repo") +keys+=("https://repository.mrw.sh/PublicKey") # centos requires epel-release for some packages, such as Qt WebKit packages+=("centos:::epel-release")