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

This commit is contained in:
Jimmy Monin 2019-06-09 10:32:13 +02:00
parent 0a5d854f45
commit 0937076ba3
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-05-08
**Shipped version:** 2019-06-08
[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-05-08~ynh1",
"version": "2019-06-08~ynh1",
"maintainer": {
"name": "JimboJoe",
"email": "jimmy@monin.net"

View file

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