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 2017-08-19

This commit is contained in:
Jimmy Monin 2017-08-21 21:56:55 +02:00
parent 0cbb7e9897
commit aea3bb0393
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ rss-bridge for Yunohost
This is a rss-bridge package for YunoHost.
**Shipped version:** 2017-08-03
**Shipped version:** 2017-08-19
[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": "0.2",
"version": "2017-08-19",
"maintainer": {
"name": "JimboJoe",
"email": "jimmy@monin.net"

View file

@ -3,13 +3,13 @@
#
# Package version
VERSION="2017-08-03"
VERSION="2017-08-19"
# Full sources tarball URL
SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz"
# Full sources tarball checksum
SOURCE_SHA256="14fa20d68843c58dbe4ac24b07b8329a98b8429fd4aea343927e41518a374117"
SOURCE_SHA256="176385ef1e0cc1ac929498515c446778027ae292635bf6addfec61eab3833b67"
# App package root directory should be the parent folder
PKGDIR=$(cd ../; pwd)