From 67515f6c892324c67344f6b7410c05511d8ec3f9 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Feb 2024 09:54:47 +0100 Subject: [PATCH] Testing (#40) * set relative path to keep option * Auto-update README * Manifest v2 and upgrade to v6.1.0 (#34) * convert to v2 * cleanup and example_ynh * Update * Update * Auto-update README * Update tests.toml --------- Co-authored-by: yunohost-bot * Auto-update README * cleaning * Auto-update README * cleaning * Auto-update README * fix linter * Auto-update README * cleaning * Update backup * Update manifest.toml * Update snipeit.env * Update manifest.toml * Revert "Update manifest.toml" This reverts commit 2ece2825a599591b6d52ed1837ab2e42eeb92c09. * Upgrade to v6.3.0 (#39) * Upgrade to v6.3.0 * Auto-update README --------- Co-authored-by: yunohost-bot Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com> Co-authored-by: YunoHost Bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- scripts/upgrade | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5ec333c..7f0a126 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Snipeit is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc. -**Shipped version:** 6.2.3~ynh1 +**Shipped version:** 6.3.0~ynh1 **Demo:** https://snipeitapp.com/demo/ diff --git a/README_fr.md b/README_fr.md index 212fb9f..6f9d8bf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Snipeit est un projet FOSS pour la gestion des actifs dans les opérations informatiques. Savoir qui possède quel ordinateur portable, quand il a été acheté pour bien l'amortir, gérer les licences des logiciels, etc. -**Version incluse :** 6.2.3~ynh1 +**Version incluse :** 6.3.0~ynh1 **Démo :** https://snipeitapp.com/demo/ diff --git a/manifest.toml b/manifest.toml index 312270e..b2fe01f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Snipe-IT" description.en = "Manage assets for IT operations" description.fr = "Gestionnaire de ressources informatiques" -version = "6.2.3~ynh1" +version = "6.3.0~ynh1" maintainers = [] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/snipe/snipe-it/archive/refs/tags/v6.2.3.tar.gz" - sha256 = "8de474a851a03f5239e1b000bc99d30ec9a3cc0d064cd6c4240e2b07120269db" + url = "https://github.com/snipe/snipe-it/archive/refs/tags/v6.3.0.tar.gz" + sha256 = "a27fcde775d78401b1eefabf68c3842a3640989636fb26238d3a4ed94758a6d9" autoupdate.strategy = "latest_github_tag" [resources.system_user] diff --git a/scripts/upgrade b/scripts/upgrade index 62ec84f..6d65b46 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -39,7 +39,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=7 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep=".env storage/oauth-private.key storage/oauth-public.key storage/private_uploads public/uploads" + ynh_setup_source --dest_dir="$install_dir" --keep=".env storage/oauth-private.key storage/oauth-public.key storage/private_uploads public/uploads" fi chown -R $app:www-data "$install_dir"