From 525098dc6373e904e19cffba7a60d56fceb2c629 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 14 Jul 2017 15:00:19 +0200 Subject: [PATCH] [fix] Archive --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1717a12..bfdf652 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ APPNAME="ttrss" VERSION="17.4" # Remote URL to fetch ttrss tarball -TTRSS_BINARY_URL="https://git.tt-rss.org/git/tt-rss/archive/${VERSION}.tar.gz" +TTRSS_BINARY_URL="https://git.tt-rss.org/git/tt-rss/archive/${VERSION}.zip" # # Common helpers