diff --git a/README.md b/README.md index 83695db..72ce012 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ In addition to constituting an advantage in terms of confidentiality (the data d - Ability to subscribe to channels without creating a Google account -**Shipped version:** 22.01.14~ynh1 +**Shipped version:** 22.02.25~ynh1 **Demo:** https://invidious.site/ diff --git a/README_fr.md b/README_fr.md index ffbfcd0..69630ef 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ En plus de constituer un avantage sur le plan de la confidentialité (les donné - Possibilité d'afficher les commentaires Reddit plutôt que les commentaires YouTube, - Possibilité de s'abonner aux chaines sans créer de compte Google -**Version incluse :** 22.01.14~ynh1 +**Version incluse :** 22.02.25~ynh1 **Démo :** https://invidious.site/ diff --git a/manifest.json b/manifest.json index 6ffeab9..7959089 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative front-end to YouTube", "fr": "Front-end alternatif à YouTube" }, - "version": "22.01.14~ynh1", + "version": "22.02.25~ynh1", "url": "https://invidio.us/", "upstream": { "license": "GPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index 36c6a01..29056b7 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=042ff8da643e9304f4d2c7db8f0c3cdba82d35ee +version_commit=081fd541afc9b2f9b821e0f8f4c66dda0839295c # dependencies used by the app pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev" diff --git a/scripts/install b/scripts/install index ce745c4..ceedd0f 100644 --- a/scripts/install +++ b/scripts/install @@ -138,7 +138,7 @@ ynh_add_nginx_config ynh_script_progression --message="Building Invidious.. (this will take some time and resources!)" --weight=60 pushd "$final_path" - ynh_exec_warn_less shards update && shards install --production + ynh_exec_warn_less shards install --production ynh_exec_warn_less crystal build $final_path/src/invidious.cr --release popd diff --git a/scripts/upgrade b/scripts/upgrade index e905bc6..6b5b707 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -116,7 +116,7 @@ then #git checkout master git reset --hard --quiet $version_commit git pull - ynh_exec_warn_less shards update && shards install + ynh_exec_warn_less shards install --production ynh_exec_warn_less crystal build $final_path/src/invidious.cr --release popd fi