Skip to content

Commit

Permalink
publii: Update to version 0.46.1, fix autoupdate
Browse files Browse the repository at this point in the history
Relates to #13903, #13905
  • Loading branch information
aliesbelik committed Aug 27, 2024
1 parent ba64fe4 commit a643af6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/publii.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
}
}

0 comments on commit a643af6

Please sign in to comment.