From c6e6c98403c3da42cb9868e11b81f1a0215dd457 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sat, 20 Oct 2018 09:13:16 +0200 Subject: [PATCH] Upgrade to upstream version 2018-10-15 --- 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 a1f981b..55e4b4c 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-09-09 +**Shipped version:** 2018-10-15 [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 db7a964..7309ca6 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://github.com/RSS-Bridge/rss-bridge", "license": "Unlicense", - "version": "2018-09-09~ynh1", + "version": "2018-10-15~ynh1", "maintainer": { "name": "JimboJoe", "email": "jimmy@monin.net" diff --git a/scripts/_common.sh b/scripts/_common.sh index 82ca896..d0e4094 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Package version -VERSION="2018-09-09" +VERSION="2018-10-15" # Full sources tarball URL SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz" # Full sources tarball checksum -SOURCE_SHA256="9c25cdc757f551a1d88317fd158132015a94031544e0484c701f08e67c1b2201" +SOURCE_SHA256="86d00b0fd07cb3966f7e0d5e004786de58f6a150e5b4687226ed2d172ef09455" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)