mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
update to FreshRSS 1.10.0
This commit is contained in:
parent
3e2855e862
commit
4f1ba51cda
2 changed files with 4 additions and 3 deletions
|
@ -8,6 +8,7 @@ An efficient but powerful RSS aggregator with a nice and mobile-friendly design,
|
|||
[](https://install-app.yunohost.org/?app=freshrss)
|
||||
|
||||
Changelog:
|
||||
* 2018-02-27 : Update to FreshRSS 1.10.0
|
||||
* 2017-12-27 : Update to FreshRSS 1.9.0
|
||||
* 2017-12-03 : Update to FreshRSS 1.8.0
|
||||
* 2017-06-03 : Update to FreshRSS 1.7.0
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
#
|
||||
APPNAME="freshrss"
|
||||
# FreshRSS version
|
||||
VERSION="1.9.0"
|
||||
VERSION="1.10.0"
|
||||
|
||||
# FreshRSS complete tarball checksum
|
||||
FRESHRSS_SOURCE_SHA256="9bdff002f6f8ef7daea1d7fea92c31a57c0d8c204571e3933038eccbe82bf3b4"
|
||||
FRESHRSS_SOURCE_SHA256="d366fb6c4d1a2b792d228a1096fbfe95f9455d75f4e99fe681cd411e9439d8f5"
|
||||
|
||||
# Remote URL to fetch FreshRSS source tarball
|
||||
FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.9.0.tar.gz"
|
||||
FRESHRSS_SOURCE_URL="https://github.com/FreshRSS/FreshRSS/archive/1.10.0.tar.gz"
|
||||
|
||||
PKGDIR=$(cd ../; pwd)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue