From aea3bb039322bf84c21505ac43436efbfefff454 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Mon, 21 Aug 2017 21:56:55 +0200 Subject: [PATCH] Upgrade to upstream version 2017-08-19 --- 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 8966e57..5275a26 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ rss-bridge for Yunohost This is a rss-bridge package for YunoHost. -**Shipped version:** 2017-08-03 +**Shipped version:** 2017-08-19 [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 fe65582..d9541df 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://github.com/RSS-Bridge/rss-bridge", "license": "Unlicense", - "version": "0.2", + "version": "2017-08-19", "maintainer": { "name": "JimboJoe", "email": "jimmy@monin.net" diff --git a/scripts/_common.sh b/scripts/_common.sh index 62bbfe5..d863bed 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Package version -VERSION="2017-08-03" +VERSION="2017-08-19" # Full sources tarball URL SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz" # Full sources tarball checksum -SOURCE_SHA256="14fa20d68843c58dbe4ac24b07b8329a98b8429fd4aea343927e41518a374117" +SOURCE_SHA256="176385ef1e0cc1ac929498515c446778027ae292635bf6addfec61eab3833b67" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)