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-08-07

This commit is contained in:
Jimmy Monin 2018-08-19 16:35:36 +02:00
parent 7b34d52eff
commit 146f6eef7f
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ rss-bridge for Yunohost
This is a rss-bridge package for YunoHost.
**Shipped version:** 2018-07-17
**Shipped version:** 2018-08-07
[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

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

View file

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