From 62b2a2d21008518cb57bb9ea9f53c77869c6ff29 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Wed, 31 May 2017 21:02:49 +0200 Subject: [PATCH] update tt-rss version, change url --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 105c9a4..64a7f9c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,10 +5,10 @@ APPNAME="ttrss" # ttrss version -VERSION="17.1" +VERSION="6fd03996" # Remote URL to fetch ttrss tarball -TTRSS_BINARY_URL="https://tt-rss.org/gitlab/fox/tt-rss/repository/archive.zip?ref=${VERSION}" +TTRSS_BINARY_URL="https://tt-rss.org/fox/tt-rss/repository/archive.zip?ref=${VERSION}" # # Common helpers