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