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() {