From e219919d7cdc41c3a14b159d1c2b83eb09f8ab49 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Thu, 19 Oct 2017 11:05:28 +0200 Subject: [PATCH] fix application source url --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8d9086b..4fc9840 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ VERSION="1.0.41" # Remote URL to fetch application source archive -APPLICATION_SOURCE_URL="https://kanboard.net/kanboard-${VERSION}.zip" +APPLICATION_SOURCE_URL="https://github.com/kanboard/kanboard/releases/download/v${VERSION}/kanboard-${VERSION}.zip" # # Common helpers