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 2019-03-17

This commit is contained in:
Jimmy Monin 2019-03-17 21:40:00 +01:00
parent 69314daa07
commit a2f056c761
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:** 2019-02-19
**Shipped version:** 2019-03-17
[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": "2019-02-19~ynh1",
"version": "2019-03-17~ynh1",
"maintainer": {
"name": "JimboJoe",
"email": "jimmy@monin.net"

View file

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