From 33f4aa685ad69d89d1642fbffaf14c06d8e561a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:06:25 +0100 Subject: [PATCH] 6.4.3 --- conf/nginx.conf | 2 +- manifest.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 52a64d5..96944e5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ #--MULTISITE--} #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; -location __PATH__/ { +location ^__PATH__/ { # Path to source alias __INSTALL_DIR__/; diff --git a/manifest.toml b/manifest.toml index c686673..91c564f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "WordPress" description.en = "Create a beautiful blog or website easily" description.fr = "Logiciel de création de blog ou de site Web" -version = "6.4.2~ynh2" +version = "6.4.3~ynh1" maintainers = ["kay0u"] @@ -58,8 +58,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://downloads.wordpress.org/release/wordpress-6.4.2.zip" - sha256 = "24dac66b4aab05521e0a0eb536ff23fcfdb82f940fc6c380735c2d54fa01f311" + url = "https://downloads.wordpress.org/release/wordpress-6.4.3.zip" + sha256 = "8f9f6d92a7b0da4210af8538c329d6b0e79767fbaaa78c72b0cb0a154a25afee" [resources.system_user]