From 6bae75593b8acdf0ecff520a90251d52fe2fa486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 18 Jun 2023 18:51:31 +0200 Subject: [PATCH] cleaning --- check_process | 28 ---------------------------- manifest.toml | 10 +++++----- 2 files changed, 5 insertions(+), 33 deletions(-) delete mode 100644 check_process diff --git a/check_process b/check_process deleted file mode 100644 index 8ea9761..0000000 --- a/check_process +++ /dev/null @@ -1,28 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - is_public=1 - admin="john" - password="1Strong-Password" - ; Checks - pkg_linter=1 - setup_sub_dir=0 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - #upgrade=1 from_commit=acdb6cfdf31a2f02baf5bbcbb5cc0cdaf0a3ac69 - # 1.3.2~ynh1 - upgrade=1 from_commit=4586e00bbf6ae98f49135623b282446613a9cb25 - backup_restore=1 - multi_instance=0 - port_already_use=0 - change_url=0 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=CommitHash - name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& diff --git a/manifest.toml b/manifest.toml index 5d4d362..0524ccf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Abantecart" description.en = "Open source ecommerce platform to power online retail" description.fr = "Plateforme de commerce électronique pour la vente au détail en ligne" -version = "1.3.2~ynh1" +version = "1.3.3~ynh1" maintainers = [] @@ -18,7 +18,7 @@ userdoc = "https://abantecart.atlassian.net/wiki/spaces/AD/overview?homepageId=3 code = "https://github.com/abantecart/abantecart-src" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.1.20" architectures = "all" multi_instance = false ldap = false @@ -45,8 +45,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/abantecart/abantecart-src/archive/refs/tags/1.3.2.tar.gz" - sha256 = "58ed9007054e5f74826d8ac5d3358d893c612af34e04877107c9baf81f6d529f" + url = "https://github.com/abantecart/abantecart-src/archive/refs/tags/1.3.3.tar.gz" + sha256 = "80fa2ce773666e55fcae96f5875d4466f3107e64bfccc7c6bda5d5a0b907b864" autoupdate.strategy = "latest_github_tag" [resources.system_user] @@ -57,7 +57,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - type = "mariadb-server php8.0-iconv php8.0-mbstring php8.0-mysqli php8.0-zip php8.0-soap libwebp-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng-dev libxpm-dev libonig-dev libzip-dev mc net-tools libxml2-dev" + type = "mariadb-server php8.2-iconv php8.2-mbstring php8.2-mysqli php8.2-zip php8.2-soap libwebp-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng-dev libxpm-dev libonig-dev libzip-dev mc net-tools libxml2-dev" [resources.database] type = "mysql"