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