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-09-12

This commit is contained in:
Jimmy Monin 2019-09-14 21:37:40 +02:00
parent e655772cfe
commit 5b3a185a17
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-07-06
**Shipped version:** 2019-09-12
[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-07-06~ynh1",
"version": "2019-09-12~ynh1",
"maintainer": {
"name": "JimboJoe",
"email": "jimmy@monin.net"

View file

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