From 605cb921203b138f537a5542ca7b873cd58cd1a7 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Mon, 17 Jul 2017 07:20:42 +0200 Subject: [PATCH] Fix upstream source URL and upgrade to latest version (#34) * [fix] source * [fix] Archive * {fix] Version --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5ca0b68..1ecc68e 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="09628e1b1a" # 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}.zip" # # Common helpers