From b3c0755e9d30834c9e69a9c3d4ec99d2ed80dcf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 22 Jan 2017 12:18:09 +0100 Subject: [PATCH] upgrade to 1.6.2 --- README.md | 1 + scripts/_common.sh | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1d7c5b..d957c04 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ * [YunoHost website](https://yunohost.org) Changelog: +* Update to FreshRSS 1.6.2 * Update to FreshRSS 1.5 * Refactoring of yunohost scripts * Update to FreshRSS 1.4 diff --git a/scripts/_common.sh b/scripts/_common.sh index 2257a98..6a155f1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # FreshRSS version -VERSION="1.6.1" +VERSION="1.6.2" # FreshRSS complete tarball checksum -FRESHRSS_SOURCE_SHA256="829473ca628963edf4a213431b03a91f0c652ffef00b3f7f7684b598af4037e0" +FRESHRSS_SOURCE_SHA256="3773313680fb81b21bf2bdcd7da53037b2f2b4282ad8202654995ac199819a48" # Remote URL to fetch FreshRSS source tarball -FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.6.1.tar.gz" +FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.6.2.tar.gz" PKGDIR=$(cd ../; pwd)