mirror of
https://github.com/YunoHost-Apps/peertube-search-index_ynh.git
synced 2024-09-03 19:56:30 +02:00
Merge pull request #27 from fflorent/update-to-2022-11-14
Update to 0.0.1.2022.06.03~ynh1
This commit is contained in:
commit
026e3173f1
4 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "Search engine for PeerTube videos and channels",
|
||||
"fr": "Moteur de recherche de vidéos et chaînes PeerTube"
|
||||
},
|
||||
"version": "0.0.1.2021.12.28~ynh2",
|
||||
"version": "0.0.1.2022.06.03~ynh1",
|
||||
"url": "https://search.joinpeertube.org/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
|
|
@ -9,11 +9,11 @@ pkg_dependencies="git"
|
|||
|
||||
extra_pkg_dependencies="elasticsearch-oss"
|
||||
|
||||
NODEJS_VERSION=12
|
||||
NODEJS_VERSION=14
|
||||
|
||||
REPOSITORY="https://framagit.org/framasoft/peertube/search-index"
|
||||
|
||||
COMMIT="5c8dc80186971f6f0b837ea484dde668ca437bd7"
|
||||
COMMIT="316adda0db184cb36f0645a60dc8f6a1611ecd28"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue