diff --git a/README.md b/README.md index 73d467c..4696261 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-06-10 +**Shipped version:** 2018-07-17 [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 e345435..383047c 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://github.com/RSS-Bridge/rss-bridge", "license": "Unlicense", - "version": "2018-06-10~ynh1", + "version": "2018-07-17~ynh1", "maintainer": { "name": "JimboJoe", "email": "jimmy@monin.net" diff --git a/scripts/_common.sh b/scripts/_common.sh index 6533dbc..0dc5551 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Package version -VERSION="2018-06-10" +VERSION="2018-07-17" # Full sources tarball URL SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz" # Full sources tarball checksum -SOURCE_SHA256="3afcda02d7eaabc7c4b0103ca17eeff8478d87d79ca74d2962344d98771d4e64" +SOURCE_SHA256="7557560b98d61946a5d5c222a8d5ac140a944119cded7570de469fc9036953b5" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)