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-01-13
This commit is contained in:
parent
83f3469fe5
commit
456edf4890
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.
|
||||
|
||||
**Shipped version:** 2018-12-11
|
||||
**Shipped version:** 2019-01-13
|
||||
|
||||
[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",
|
||||
"license": "Unlicense",
|
||||
"version": "2018-12-11~ynh1",
|
||||
"version": "2019-01-13~ynh1",
|
||||
"maintainer": {
|
||||
"name": "JimboJoe",
|
||||
"email": "jimmy@monin.net"
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
#
|
||||
|
||||
# Package version
|
||||
VERSION="2018-12-11"
|
||||
VERSION="2019-01-13"
|
||||
|
||||
# Full sources tarball URL
|
||||
SOURCE_URL="https://github.com/RSS-Bridge/rss-bridge/archive/${VERSION}.tar.gz"
|
||||
|
||||
# Full sources tarball checksum
|
||||
SOURCE_SHA256="f10c829d7e77c4b07caed81a873c072454fdc1c1bb4042d419043bc1a69a9da3"
|
||||
SOURCE_SHA256="f531c1aebeea04b2bd2724d1f1347fa11bb63ba646707abeafe76aeccbee9c92"
|
||||
|
||||
# App package root directory should be the parent folder
|
||||
PKGDIR=$(cd ../; pwd)
|
||||
|
|
Loading…
Add table
Reference in a new issue