diff --git a/README.md b/README.md index 3af663a..88d891a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ An efficient but powerful RSS aggregator with a nice and mobile-friendly design, [![Install FreshRSS with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=freshrss) Changelog: +* 2018-02-04 : Update to FreshRSS 1.10.1 * 2017-12-27 : Update to FreshRSS 1.9.0 * 2017-12-03 : Update to FreshRSS 1.8.0 * 2017-06-03 : Update to FreshRSS 1.7.0 diff --git a/scripts/_common.sh b/scripts/_common.sh index 58702f2..c6fa093 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # APPNAME="freshrss" # FreshRSS version -VERSION="1.9.0" +VERSION="1.10.0" # FreshRSS complete tarball checksum -FRESHRSS_SOURCE_SHA256="9bdff002f6f8ef7daea1d7fea92c31a57c0d8c204571e3933038eccbe82bf3b4" +FRESHRSS_SOURCE_SHA256="76737974c9ea670aef5a089a3716d40a83e8896571aaac906b615c28d420af83" # Remote URL to fetch FreshRSS source tarball -FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.9.0.tar.gz" +FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.10.1.tar.gz" PKGDIR=$(cd ../; pwd)