diff --git a/README.md b/README.md index fc17925..dae83a1 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: +* Update to FreshRSS 1.8.0 * Update to FreshRSS 1.7.0 * Update to FreshRSS 1.6.3 * Complete package refactoring diff --git a/conf/freshrss-deps.control b/conf/freshrss-deps.control index fead3c8..4c48cc8 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.6.3 +Version: 1.8.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 774d277..378a19b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # APPNAME="freshrss" # FreshRSS version -VERSION="1.7.0" +VERSION="1.8.0" # FreshRSS complete tarball checksum -FRESHRSS_SOURCE_SHA256="29da4ad53278dc2ccf7b13004c443158aa5256279ba31152681269642f7f2f91" +FRESHRSS_SOURCE_SHA256="004e67484b41e78adb89d19df5c326d0290896c17f9f7b7e60e8f22a13f88db9" # Remote URL to fetch FreshRSS source tarball -FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.7.0.tar.gz" +FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.8.0.tar.gz" PKGDIR=$(cd ../; pwd)