diff --git a/README.md b/README.md index 88d891a..9b1ab53 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-06-03 : Update to FreshRSS 1.11.0 * 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 diff --git a/conf/freshrss-deps.control b/conf/freshrss-deps.control index 7f100d7..9851ea1 100644 --- a/conf/freshrss-deps.control +++ b/conf/freshrss-deps.control @@ -4,7 +4,7 @@ Homepage: https://github.com/FreshRSS/FreshRSS Standards-Version: 3.9.2 Package: freshrss-deps -Version: 1.10.1 +Version: 1.11.0 Depends: php5-cli, php5-gmp Architecture: all Description: meta package for freshrss dependencies diff --git a/scripts/_common.sh b/scripts/_common.sh index 094ed59..02d8e02 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # APPNAME="freshrss" # FreshRSS version -VERSION="1.10.1" +VERSION="1.11.0" # FreshRSS complete tarball checksum -FRESHRSS_SOURCE_SHA256="76737974c9ea670aef5a089a3716d40a83e8896571aaac906b615c28d420af83" +FRESHRSS_SOURCE_SHA256="1915f09b45654291d1a42574770cc680ea4edf87d1278cb9cd007c0d942d77cc" # Remote URL to fetch FreshRSS source tarball -FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.10.1.tar.gz" +FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.11.0.tar.gz" PKGDIR=$(cd ../; pwd)