From 72e19b0457c49dd41acb761a787288dc33e5a54c Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sun, 1 Dec 2019 18:30:08 +0100 Subject: [PATCH] Upgrade to upstream version 2019-12-01 --- 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 fd1ccfb..3a58e50 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-09-12 +**Shipped version:** 2019-12-01 [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 589e8bc..83fe812 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://github.com/RSS-Bridge/rss-bridge", "license": "Unlicense", - "version": "2019-09-12~ynh1", + "version": "2019-12-01~ynh1", "maintainer": { "name": "JimboJoe", "email": "jimmy@monin.net" diff --git a/scripts/_common.sh b/scripts/_common.sh index 1bc9320..9738432 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Package version -VERSION="2019-09-12" +VERSION="2019-12-01" # Full sources tarball URL SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz" # Full sources tarball checksum -SOURCE_SHA256="1b4954f23936b972a3ad1a0fb731d31f56e37cb3d1b87bdce252bc7fb1f18d1b" +SOURCE_SHA256="b5cb8a6a9ac65bb29f85bb3802144e2a27599babe1d4f6e2195f4f19fd40e409" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)