1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/librex_ynh.git synced 2024-09-03 19:36:20 +02:00

Merge pull request #3 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-12-18 08:46:05 +01:00 committed by GitHub
commit ba9a711c03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -30,7 +30,7 @@ LibreX gives you results from Google, Qwant and popular torrent sites without sp
- No 3rd party libs are used
**Shipped version:** 20220709~ynh1
**Shipped version:** 20221217~ynh1
**Demo:** https://librex.beparanoid.de

View file

@ -30,7 +30,7 @@ LibreX gives you results from Google, Qwant and popular torrent sites without sp
- No 3rd party libs are used
**Version incluse :** 20220709~ynh1
**Version incluse :** 20221217~ynh1
**Démo :** https://librex.beparanoid.de

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/hnhx/librex/archive/112e64cdab8ea92c4018015d21984150e9b3af7c.tar.gz
SOURCE_SUM=0c932a88e786c93b7e183d303f2653cb7fc462e4e423e614b7d0a4a56b28e066
SOURCE_URL=https://github.com/hnhx/librex/archive/f883df2d07dfb6b4514e723e545399bb1d2ddcca.tar.gz
SOURCE_SUM=00e42002519d3b2035425981a39b8b607a9f3cc30784e8679ce93e8f9639ac30
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Meta search engine for Google and popular torrent sites",
"fr": "Méta moteur de recherche pour Google et les sites torrent populaires"
},
"version": "20220709~ynh1",
"version": "20221217~ynh1",
"url": "https://github.com/hnhx/librex",
"upstream": {
"license": "AGPL-3.0-only",
@ -21,7 +21,7 @@
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [

View file

@ -100,7 +100,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=4
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/opensearch.xml $final_path/config.php"
ynh_setup_source --dest_dir="$final_path" --keep="opensearch.xml config.php"
fi
chmod 750 "$final_path"