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

update to FreshRSS 1.10.1

This commit is contained in:
Clément 2018-03-04 18:43:52 +01:00
parent 4f1ba51cda
commit 2bba8d1023

View file

@ -6,10 +6,10 @@ APPNAME="freshrss"
VERSION="1.10.0"
# FreshRSS complete tarball checksum
FRESHRSS_SOURCE_SHA256="d366fb6c4d1a2b792d228a1096fbfe95f9455d75f4e99fe681cd411e9439d8f5"
FRESHRSS_SOURCE_SHA256="eb31952669d55c6ba45e85fb52e41686381e1f0084123ad330f68433e830c704"
# Remote URL to fetch FreshRSS source tarball
FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.10.0.tar.gz"
FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.10.1.tar.gz"
PKGDIR=$(cd ../; pwd)