1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

[enh]Update to freshrss 1.5

This commit is contained in:
Clément 2016-09-04 15:36:53 +02:00
parent 96671ba2c8
commit 921699a384

View file

@ -3,13 +3,13 @@
#
# FreshRss version
VERSION="1.4.0"
VERSION="1.5.0"
# Roundcube complete tarball checksum
FRESHRSS_SOURCE_SHA256="bcf8a7703b9258926ae5f76be8748a103d82df983e6097302977c9d83a2eca40"
FRESHRSS_SOURCE_SHA256="72c3dcb3e58f4cf7d7e6a06ffec0cad8540ee5aeee9024e785b56e8d55656746"
# Remote URL to fetch Roundcube source tarball
FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.4.0.tar.gz"
FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.5.0.tar.gz"
PKGDIR=$(cd ../; pwd)