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

scripts/_common.sh

This commit is contained in:
Genma 2016-11-08 16:16:50 +01:00
parent 9c7af2a797
commit 4ce3bb5578

View file

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