From e43f9c3b29839a2302e30a282140bfd3e870e8da Mon Sep 17 00:00:00 2001 From: Gerhard Stein Date: Mon, 7 Aug 2017 20:22:42 +0200 Subject: [PATCH] Updated Commander Genius --- scriptmodules/ports/cgenius.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptmodules/ports/cgenius.sh b/scriptmodules/ports/cgenius.sh index 0a1e4c1054..4620116bc4 100644 --- a/scriptmodules/ports/cgenius.sh +++ b/scriptmodules/ports/cgenius.sh @@ -19,7 +19,7 @@ function depends_cgenius() { } function sources_cgenius() { - wget -O- -q "https://github.com/gerstrong/Commander-Genius/archive/v180release.tar.gz" | tar -xvz --strip-components=1 -C "$md_build" + wget -O- -q "https://github.com/gerstrong/Commander-Genius/archive/v1992beta.tar.gz" | tar -xvz --strip-components=1 -C "$md_build" } function build_cgenius() {