From 0b19b11b7ce52714e3d8b9d6508fde49be657a31 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Thu, 9 May 2019 21:54:20 +0200 Subject: [PATCH] Upgrade to upstream version 2019-05-08 --- 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 836cd76..9232eff 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-03-17 +**Shipped version:** 2019-05-08 [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 2055477..3d21152 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://github.com/RSS-Bridge/rss-bridge", "license": "Unlicense", - "version": "2019-03-17~ynh1", + "version": "2019-05-08~ynh1", "maintainer": { "name": "JimboJoe", "email": "jimmy@monin.net" diff --git a/scripts/_common.sh b/scripts/_common.sh index 2fe9e1f..a776fe2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Package version -VERSION="2019-03-17" +VERSION="2019-05-08" # Full sources tarball URL SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz" # Full sources tarball checksum -SOURCE_SHA256="e81cbd58808376c6f26dda4d0490408f255dd35d2908744ea11b0761e3246c6c" +SOURCE_SHA256="94162a74feeaef708df7da1e26e122ff3d9d428636e6f48b65357daf70576fc4" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)