diff --git a/README.md b/README.md index b58768c..a1f981b 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-08-07 +**Shipped version:** 2018-09-09 [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/check_process b/check_process index 00e4728..d79d55a 100644 --- a/check_process +++ b/check_process @@ -35,4 +35,4 @@ ;;; Upgrade options ; commit=7a99e018f12d91876c84efd04e0a4e7f178fdd80 name=Upgrade to upstream version 2018-04-06 - manifest_arg=domain=DOMAIN&path=PATH&with_carddav=1&with_enigma=1& + manifest_arg=domain=DOMAIN&path=PATH& diff --git a/manifest.json b/manifest.json index 73a4766..db7a964 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://github.com/RSS-Bridge/rss-bridge", "license": "Unlicense", - "version": "2018-08-07~ynh1", + "version": "2018-09-09~ynh1", "maintainer": { "name": "JimboJoe", "email": "jimmy@monin.net" diff --git a/scripts/_common.sh b/scripts/_common.sh index cab08ff..82ca896 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Package version -VERSION="2018-08-07" +VERSION="2018-09-09" # Full sources tarball URL SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz" # Full sources tarball checksum -SOURCE_SHA256="dbe751ee3c3d08df6057fcf4c48c75f3346e4bff3f1998c4faee3b4d80bccdf9" +SOURCE_SHA256="9c25cdc757f551a1d88317fd158132015a94031544e0484c701f08e67c1b2201" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)