mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
Merge pull request #100 from YunoHost-Apps/testing
Merge testing branch with version 1.16.2 and php fpm increased max memory
This commit is contained in:
commit
528e569faa
4 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
|
||||
An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support.
|
||||
|
||||
**Shipped version:** 1.16.0
|
||||
**Shipped version:** 1.16.2
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/FreshRSS/FreshRSS/archive/1.16.0.tar.gz
|
||||
SOURCE_SUM=bd6a131d384c8cfc4b2951d237a4595619788e0b97cfee88f78361524df6d49a
|
||||
SOURCE_URL=https://github.com/FreshRSS/FreshRSS/archive/1.16.2.tar.gz
|
||||
SOURCE_SUM=6b8d87f0e594b4ef33ca3a9f94db3033d9307ae71190a2bfc4fadad432a50776
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -426,5 +426,5 @@ chdir = __FINALPATH__
|
|||
; Other common parameters
|
||||
; php_admin_value[max_execution_time] = 600
|
||||
; php_admin_value[max_input_time] = 300
|
||||
; php_admin_value[memory_limit] = 256M
|
||||
php_admin_value[memory_limit] = 256M
|
||||
; php_admin_flag[short_open_tag] = On
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "An RSS aggregator with a nice and mobile-friendly design",
|
||||
"fr": "Un agrégateur de flux RSS avec une interface adaptée au mobile"
|
||||
},
|
||||
"version": "1.16.0~ynh1",
|
||||
"version": "1.16.2~ynh1",
|
||||
"url": "http://freshrss.org/",
|
||||
"license": "AGPL-3.0-only",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue