1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

upgrade to v.0.17.0

This commit is contained in:
ericgaspar 2020-09-19 15:40:12 +02:00
parent 394bf14dcd
commit f14bb027dc
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 26 additions and 29 deletions

View file

@ -1,6 +1,6 @@
# Searx for YunoHost
[![Integration level](https://dash.yunohost.org/integration/searx.svg)](https://dash.yunohost.org/appci/app/searx)
[![Integration level](https://dash.yunohost.org/integration/searx.svg)](https://dash.yunohost.org/appci/app/searx) ![](https://ci-apps.yunohost.org/ci/badges/searx.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/searx.maintain.svg)
[![Install Searx with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=searx)
> *This package allow you to install Searx quickly and simply on a YunoHost server.
@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
Searx is a privacy-respecting, hackable metasearch engine.
**Shipped version:** 0.16.0
**Shipped version:** 0.17.0
## Screenshots
@ -22,7 +22,7 @@ Searx is a privacy-respecting, hackable metasearch engine.
## Documentation
* Official documentation: https://github.com/asciimoo/searx/wiki
* Official documentation: https://github.com/searx/searx/wiki
## YunoHost specific features
@ -32,27 +32,24 @@ Searx is a privacy-respecting, hackable metasearch engine.
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/searx%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/searx/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/searx%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/searx/)
* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/searx%20%28Apps%29.svg)](https://ci-stretch.nohost.me/ci/apps/searx/)
## Limitations
## Additional information
- [Search syntax](https://asciimoo.github.io/searx/user/search_syntax.html)
- [Search syntax](https://searx.github.io/searx/user/search_syntax.html)
## Links
* Report a bug: https://github.com/YunoHost-Apps/searx_ynh/issues
* Searx website: https://asciimoo.github.io/searx/
* Searx repository: https://github.com/asciimoo/searx
* Searx website: https://searx.github.io/searx/
* Searx repository: https://github.com/searx/searx
* YunoHost website: https://yunohost.org/
---
Developers info
----------------
## Developers info
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/searx_ynh/tree/testing).
To try the testing branch, please proceed like that.

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://github.com/asciimoo/searx/archive/v0.16.0.tar.gz
SOURCE_SUM=4ea6d5a3cce8fb2b49d873f1ac16401ae7fb83672e5fe1e1b443b7b8563befeaa61e79e7383b85ff4360cbcf0a4bdf90e16cc7a16394f8b40c364d814404b03b
SOURCE_SUM_PRG=sha512sum
SOURCE_URL=https://github.com/searx/searx/archive/v0.17.0.tar.gz
SOURCE_SUM=1e5a6427403711fb103332c6faeb99cb1df64a5349530c360d23615ec24ae6b0
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=searx.tar.gz

View file

@ -3,11 +3,11 @@
"id": "searx",
"packaging_format": 1,
"description": {
"en": "A privacy-respecting, hackable metasearch engine",
"fr": "Un méta-moteur de recherche respectueux de la vie privée et bidouillable",
"de": "Eine Meta-Suchmaschine, die den Privatsphäre wahrt und 'hackable' ist."
"en": "Privacy-respecting, hackable metasearch engine",
"fr": "Méta-moteur de recherche respectueux de la vie privée et bidouillable",
"de": "Meta-Suchmaschine, die den Privatsphäre wahrt und 'hackable' ist."
},
"version": "0.16.0~ynh1",
"version": "0.17.0~ynh1",
"url": "https://asciimoo.github.io/searx/",
"license": "AGPL-3.0-or-later",
"maintainer": {
@ -15,7 +15,7 @@
"email": "opi@zeropi.net"
},
"requirements": {
"yunohost": ">= 3.5.0"
"yunohost": ">= 3.8.1"
},
"multi_instance": false,
"services": [
@ -49,7 +49,7 @@
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public Searx site ?",
"en": "Is it a public Searx site?",
"fr": "Est-ce un site public ?",
"de": "Ist es eine öffentliche Applikation ?"
},

View file

@ -1,16 +1,16 @@
# Have a look to https://github.com/asciimoo/searx/blob/master/requirements.txt for each upgrade of Searx
certifi==2019.3.9
#babel==2.7.0
# Have a look to https://github.com/searx/searx/blob/master/requirements.txt
certifi==2020.4.5.1
babel==2.7.0
flask-babel==1.0.0
flask==1.0.2
idna==2.8
jinja2==2.10.1
#lxml==4.3.3
flask==1.1.2
idna==2.9
jinja2==2.11.1
lxml==4.5.0
pygments==2.1.3
pyopenssl==19.0.0
pyopenssl==19.1.0
python-dateutil==2.8.0
pyyaml==5.1
requests[socks]==2.22.0
pyyaml==5.3.1
requests[socks]==2.23.0
# Additionnals requirements
markupsafe>=0.23