From 146f6eef7f95194a1ad7abb6ef39bcab94b05e5d Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sun, 19 Aug 2018 16:35:36 +0200 Subject: [PATCH] Upgrade to upstream version 2018-08-07 --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4696261..b58768c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ rss-bridge for Yunohost This is a rss-bridge package for YunoHost. -**Shipped version:** 2018-07-17 +**Shipped version:** 2018-08-07 [rss-bridge](https://github.com/RSS-Bridge/rss-bridge) is a PHP project capable of generating ATOM feeds for websites which don't have one. diff --git a/manifest.json b/manifest.json index 383047c..73a4766 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://github.com/RSS-Bridge/rss-bridge", "license": "Unlicense", - "version": "2018-07-17~ynh1", + "version": "2018-08-07~ynh1", "maintainer": { "name": "JimboJoe", "email": "jimmy@monin.net" diff --git a/scripts/_common.sh b/scripts/_common.sh index 0dc5551..15c61ff 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Package version -VERSION="2018-07-17" +VERSION="2018-08-07" # Full sources tarball URL SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz" # Full sources tarball checksum -SOURCE_SHA256="7557560b98d61946a5d5c222a8d5ac140a944119cded7570de469fc9036953b5" +SOURCE_SHA256="dbe751ee3c3d08df6057fcf4c48c75f3346e4bff3f1998c4faee3b4d80bccdf9" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)