From a643af66d714c900ff81d9b1c92f6e62e2949cbd Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Tue, 27 Aug 2024 19:44:23 +0300 Subject: [PATCH] publii: Update to version 0.46.1, fix autoupdate Relates to #13903, #13905 --- bucket/publii.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/publii.json b/bucket/publii.json index b6837c8e135155..7749ecc08f65e9 100644 --- a/bucket/publii.json +++ b/bucket/publii.json @@ -1,12 +1,12 @@ { - "version": "0.46.0", + "version": "0.46.1", "description": "Static Site CMS with GUI to build a safe, fast and SEO-friendly website", "homepage": "https://getpublii.com", "license": "GPL-3.0", "architecture": { "64bit": { - "url": "https://cdn.getpublii.com/Publii-0.46.0.exe#/dl.7z", - "hash": "f60410755d31511163025b9412e186dc459c33dd1f418be1c0714a8e499275ed", + "url": "https://getpublii.com/download/Publii-0.46.1.exe#/dl.7z", + "hash": "7696c312177594f0a9fa44410438b8a058239d1f6992fcd4709ffb6303e2a765", "pre_install": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$*\" -Recurse" @@ -24,6 +24,6 @@ "regex": "Publii-([\\d.]+)\\.exe" }, "autoupdate": { - "url": "https://cdn.getpublii.com/Publii-$version.exe#/dl.7z" + "url": "https://getpublii.com/download/Publii-$version.exe#/dl.7z" } }