diff --git a/README.md b/README.md index efaec48..45395ee 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ if you have multiple instances : `yunohost app setting freshrss__instancenumber domain -v yourdomain.tld` Changelog: +* 2018-09-23 : + * Update to FreshRSS 1.11.2 + * Fix install on domain root path * 2018-07-07 : * Update to FreshRSS 1.11.1 * Remove deprecated helpers diff --git a/scripts/_common.sh b/scripts/_common.sh index 32d0763..e4791c7 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # APPNAME="freshrss" # FreshRSS version -VERSION="1.11.1" +VERSION="1.11.2" # FreshRSS complete tarball checksum -FRESHRSS_SOURCE_SHA256="df23af6878a4f4f27245320c9c29e481530c6b205bc03fc92179c625e2dd1c18" +FRESHRSS_SOURCE_SHA256="a47d4d6a8a4201cf95b76f53cdb029de5a9e56bc7371a1436fb30f1256bba07a" # Remote URL to fetch FreshRSS source tarball -FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.11.1.tar.gz" +FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.11.2.tar.gz" PKGDIR=$(cd ../; pwd)