diff --git a/README.md b/README.md index 52d13ba..fd2f41c 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-04-06 +**Shipped version:** 2018-04-20 [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 c4e8e54..00e4728 100644 --- a/check_process +++ b/check_process @@ -10,6 +10,7 @@ setup_private=0 setup_public=0 upgrade=1 + upgrade=1 from_commit=7a99e018f12d91876c84efd04e0a4e7f178fdd80 backup_restore=1 multi_instance=1 wrong_user=1 @@ -31,3 +32,7 @@ Level 8=0 Level 9=0 Level 10=0 + ;;; Upgrade options + ; commit=7a99e018f12d91876c84efd04e0a4e7f178fdd80 + name=Upgrade to upstream version 2018-04-06 + manifest_arg=domain=DOMAIN&path=PATH&with_carddav=1&with_enigma=1& diff --git a/manifest.json b/manifest.json index 211555c..5ffb49b 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://github.com/RSS-Bridge/rss-bridge", "license": "Unlicense", - "version": "2018-04-06~ynh1", + "version": "2018-04-20~ynh1", "maintainer": { "name": "JimboJoe", "email": "jimmy@monin.net" diff --git a/scripts/_common.sh b/scripts/_common.sh index ad53c63..f5c0099 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Package version -VERSION="2018-04-06" +VERSION="2018-04-20" # Full sources tarball URL SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz" # Full sources tarball checksum -SOURCE_SHA256="d699c900b21845e2d10b3acfbd4ea0b2d2ce1d97657f32658ea915e287a46c3f" +SOURCE_SHA256="ae22e8f446e269d683f3fd809988c2e3bbdbb038a2d31815c5e3fb5deb89c9cb" # App package root directory should be the parent folder PKGDIR=$(cd ../; pwd)