From 44011d18793ec363412e53c348d5707a9db407b1 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 14 Jul 2017 14:51:21 +0200 Subject: [PATCH] [fix] source --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5ca0b68..1717a12 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,10 +5,10 @@ APPNAME="ttrss" # ttrss version, use latest commit found here: https://tt-rss.org/fox/tt-rss/commits/master -VERSION="6fd03996" +VERSION="17.4" # Remote URL to fetch ttrss tarball -TTRSS_BINARY_URL="https://tt-rss.org/fox/tt-rss/repository/archive.zip?ref=${VERSION}" +TTRSS_BINARY_URL="https://git.tt-rss.org/git/tt-rss/archive/${VERSION}.tar.gz" # # Common helpers