mirror of
https://github.com/YunoHost-Apps/librex_ynh.git
synced 2024-09-03 19:36:20 +02:00
commit
ba9a711c03
5 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue