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"