From 5e187833da512f97e07cddcb8241a9c820d23b78 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 14 Jul 2017 15:01:31 +0200 Subject: [PATCH] {fix] Version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index bfdf652..1ecc68e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ APPNAME="ttrss" # ttrss version, use latest commit found here: https://tt-rss.org/fox/tt-rss/commits/master -VERSION="17.4" +VERSION="09628e1b1a" # Remote URL to fetch ttrss tarball TTRSS_BINARY_URL="https://git.tt-rss.org/git/tt-rss/archive/${VERSION}.zip"