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 1.11.2

This commit is contained in:
Clément 2018-09-23 15:11:51 +02:00
parent 2e86c95d40
commit 27439cf961
2 changed files with 6 additions and 3 deletions

View file

@ -31,6 +31,9 @@ if you have multiple instances :
`yunohost app setting freshrss__instancenumber domain -v yourdomain.tld`
Changelog:
* 2018-09-23 :
* Update to FreshRSS 1.11.2
* Fix install on domain root path
* 2018-07-07 :
* Update to FreshRSS 1.11.1
* Remove deprecated helpers

View file

@ -3,13 +3,13 @@
#
APPNAME="freshrss"
# FreshRSS version
VERSION="1.11.1"
VERSION="1.11.2"
# FreshRSS complete tarball checksum
FRESHRSS_SOURCE_SHA256="df23af6878a4f4f27245320c9c29e481530c6b205bc03fc92179c625e2dd1c18"
FRESHRSS_SOURCE_SHA256="a47d4d6a8a4201cf95b76f53cdb029de5a9e56bc7371a1436fb30f1256bba07a"
# Remote URL to fetch FreshRSS source tarball
FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.11.1.tar.gz"
FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.11.2.tar.gz"
PKGDIR=$(cd ../; pwd)