From e655772cfe5025cbaccc96b64a10770623af338b Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sat, 6 Jul 2019 18:45:56 +0200 Subject: [PATCH] Upgrade to upstream version 2019-07-06 --- 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 096bfd7..34fb6bf 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:** 2019-06-08 +**Shipped version:** 2019-07-06 [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 1d0437c..fa88cc1 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://github.com/RSS-Bridge/rss-bridge", "license": "Unlicense", - "version": "2019-06-08~ynh1", + "version": "2019-07-06~ynh1", "maintainer": { "name": "JimboJoe", "email": "jimmy@monin.net" diff --git a/scripts/_common.sh b/scripts/_common.sh index f4f0166..6b3410c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Package version -VERSION="2019-06-08" +VERSION="2019-07-06" # Full sources tarball URL SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz" # Full sources tarball checksum -SOURCE_SHA256="4e01e23f9e8898b1f66198ac0535839361377aeb44af824e4efaa05203bd38b7" +SOURCE_SHA256="305664f5d476e466aada52ed3d3f330cd60d3729a5b28a016a366fef0d918eeb" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)