diff --git a/README.md b/README.md index 42d6f57..11c0826 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ if you have multiple instances : `yunohost app setting freshrss__instancenumber domain -v yourdomain.tld` Changelog: + +* 2019-01-04 : + * Fix user add access hook + * Upgrade to 1.13.0 * 2018-10-28 : * Update to FreshRSS 1.12.0 * 2018-09-23 : diff --git a/scripts/_common.sh b/scripts/_common.sh index 89bfa7d..585da28 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # APPNAME="freshrss" # FreshRSS version -VERSION="1.12.0" +VERSION="1.13.0" # FreshRSS complete tarball checksum -FRESHRSS_SOURCE_SHA256="a5d367669586b6a778a2d2662b780b100d1095b55751f4151d257c5160eadce1" +FRESHRSS_SOURCE_SHA256="f5de318ce99955a13e7a69fec1f3294a110f254337d91c3a3afeba991dfc5f5a" # Remote URL to fetch FreshRSS source tarball -FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.12.0.tar.gz" +FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.13.0.tar.gz" PKGDIR=$(cd ../; pwd)