1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rss-bridge_ynh.git synced 2024-09-03 20:25:51 +02:00

Upgrade to upstream version 2018-04-20

This commit is contained in:
Jimmy Monin 2018-04-21 17:27:41 +02:00
parent 7a99e018f1
commit a8b1cbd538
4 changed files with 9 additions and 4 deletions

View file

@ -6,7 +6,7 @@ rss-bridge for Yunohost
This is a rss-bridge package 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. [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.

View file

@ -10,6 +10,7 @@
setup_private=0 setup_private=0
setup_public=0 setup_public=0
upgrade=1 upgrade=1
upgrade=1 from_commit=7a99e018f12d91876c84efd04e0a4e7f178fdd80
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
wrong_user=1 wrong_user=1
@ -31,3 +32,7 @@
Level 8=0 Level 8=0
Level 9=0 Level 9=0
Level 10=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&

View file

@ -8,7 +8,7 @@
}, },
"url": "https://github.com/RSS-Bridge/rss-bridge", "url": "https://github.com/RSS-Bridge/rss-bridge",
"license": "Unlicense", "license": "Unlicense",
"version": "2018-04-06~ynh1", "version": "2018-04-20~ynh1",
"maintainer": { "maintainer": {
"name": "JimboJoe", "name": "JimboJoe",
"email": "jimmy@monin.net" "email": "jimmy@monin.net"

View file

@ -3,13 +3,13 @@
# #
# Package version # Package version
VERSION="2018-04-06" VERSION="2018-04-20"
# Full sources tarball URL # Full sources tarball URL
SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz" SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz"
# Full sources tarball checksum # Full sources tarball checksum
SOURCE_SHA256="d699c900b21845e2d10b3acfbd4ea0b2d2ce1d97657f32658ea915e287a46c3f" SOURCE_SHA256="ae22e8f446e269d683f3fd809988c2e3bbdbb038a2d31815c5e3fb5deb89c9cb"
# App package root directory should be the parent folder # App package root directory should be the parent folder
PKGDIR=$(cd ../; pwd) PKGDIR=$(cd ../; pwd)