From ea21c081d06ee82e06a5ed0667aeacf4e247dbf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 28 Mar 2018 13:31:34 +0000 Subject: [PATCH] new repository url --- ChangeLog | 6 ++++++ build-in-docker.conf | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d37f88..19c9cef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-12-21 15:18 + + * [r109] ChangeLog, INSTALL, ax_init_standard_project.m4, + bootstrap.sh, mac-create-app-bundle.sh, template.sh: + update of build system + 2017-12-07 10:43 * [r108] INSTALL, ax_check_qt.m4, ax_init_standard_project.m4, diff --git a/build-in-docker.conf b/build-in-docker.conf index 6a036de..1fd8121 100644 --- a/build-in-docker.conf +++ b/build-in-docker.conf @@ -11,6 +11,6 @@ # 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://mrw.sh +repos+=("debian|ubuntu:::https://repository.mrw.sh:::https://repository.mrw.sh/@DISTRIBUTOR@/marc-waeckerlin.repo") +keys+=("https://repository.mrw.sh/PublicKey")