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-06-10
This commit is contained in:
parent
a8b1cbd538
commit
1759767323
3 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ rss-bridge for Yunohost
|
||||||
|
|
||||||
This is a rss-bridge package for YunoHost.
|
This is a rss-bridge package for YunoHost.
|
||||||
|
|
||||||
**Shipped version:** 2018-04-20
|
**Shipped version:** 2018-06-10
|
||||||
|
|
||||||
[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.
|
[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.
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"url": "https://github.com/RSS-Bridge/rss-bridge",
|
"url": "https://github.com/RSS-Bridge/rss-bridge",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"version": "2018-04-20~ynh1",
|
"version": "2018-06-10~ynh1",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "JimboJoe",
|
"name": "JimboJoe",
|
||||||
"email": "jimmy@monin.net"
|
"email": "jimmy@monin.net"
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Package version
|
# Package version
|
||||||
VERSION="2018-04-20"
|
VERSION="2018-06-10"
|
||||||
|
|
||||||
# Full sources tarball URL
|
# Full sources tarball URL
|
||||||
SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz"
|
SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz"
|
||||||
|
|
||||||
# Full sources tarball checksum
|
# Full sources tarball checksum
|
||||||
SOURCE_SHA256="ae22e8f446e269d683f3fd809988c2e3bbdbb038a2d31815c5e3fb5deb89c9cb"
|
SOURCE_SHA256="3afcda02d7eaabc7c4b0103ca17eeff8478d87d79ca74d2962344d98771d4e64"
|
||||||
|
|
||||||
# App package root directory should be the parent folder
|
# App package root directory should be the parent folder
|
||||||
PKGDIR=$(cd ../; pwd)
|
PKGDIR=$(cd ../; pwd)
|
||||||
|
|
Loading…
Add table
Reference in a new issue