From 84df4751b872be0462b4d5c12a976df0230d2ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 7 Apr 2019 21:08:20 +0200 Subject: [PATCH] upgrade to 1.14.1 --- README.md | 2 ++ manifest.json | 2 +- scripts/_common.sh | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96dcf27..b8b73f7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ if you have multiple instances : Changelog: +* 2019-04-07 : + * Upgrade to 1.14.1 * 2019-03-31 : * Upgrade to 1.14.0 * 2019-01-29 : diff --git a/manifest.json b/manifest.json index 3a196f6..1dd60ee 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "FreshRSS", "id": "freshrss", - "version": "1.14.0", + "version": "1.14.1", "packaging_format": 1, "description": { "en": "FreshRSS is a selfhostable RSS reader", diff --git a/scripts/_common.sh b/scripts/_common.sh index 2f81d6f..f960c0a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,10 +3,10 @@ # APPNAME="freshrss" # FreshRSS version -VERSION="1.14.0" +VERSION="1.14.1" # FreshRSS complete tarball checksum -FRESHRSS_SOURCE_SHA256="b3cd7be0428bb73fc470babb5cc0a9f3884e8238e7d5bd2890f805643610a541" +FRESHRSS_SOURCE_SHA256="fd5ce6906021282e12cd6346844d21b82b70ac12d08834079a46b8722bfb0cce" # Remote URL to fetch FreshRSS source tarball FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/${VERSION}.tar.gz"