From 8546471bc9a3272fd30e7246b8ed26d35be4391a Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sat, 3 Jun 2017 12:46:09 +0200 Subject: [PATCH] update tt-rss version, change url (#33) --- scripts/_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 105c9a4..5ca0b68 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,11 +4,11 @@ APPNAME="ttrss" -# ttrss version -VERSION="17.1" +# ttrss version, use latest commit found here: https://tt-rss.org/fox/tt-rss/commits/master +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