From 849a1ff6ed962bfa5ca1c81249d57123f5d43cd0 Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Sun, 1 Dec 2024 04:52:43 +0300 Subject: [PATCH] cubiomes-viewer: Update to version 4.1.2, fix autoupdate --- bucket/cubiomes-viewer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/cubiomes-viewer.json b/bucket/cubiomes-viewer.json index 06c663541522f2..5c36f7f8018281 100644 --- a/bucket/cubiomes-viewer.json +++ b/bucket/cubiomes-viewer.json @@ -1,12 +1,12 @@ { - "version": "4.1.1", + "version": "4.1.2", "description": "An efficient graphical Minecraft seed finder and map viewer.", "homepage": "https://github.com/Cubitect/cubiomes-viewer", "license": "GPL-3.0-or-later", "architecture": { "64bit": { - "url": "https://github.com/Cubitect/cubiomes-viewer/releases/download/4.1.1/cubiomes-viewer-static-win.exe#/cubiomes-viewer.exe", - "hash": "bd8f4f5eddff81a008e6d588c3585aed2c0b10cdbdcc992e08a631687d3bc17f" + "url": "https://github.com/Cubitect/cubiomes-viewer/releases/download/4.1.2/cubiomes-viewer-static-w64.exe#/cubiomes-viewer.exe", + "hash": "a66cc99ceec6c4c14c7dadd5222c247e390ba2a7f9d3b462bbb65b6d2f3b762b" } }, "shortcuts": [ @@ -19,7 +19,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Cubitect/cubiomes-viewer/releases/download/$version/cubiomes-viewer-static-win.exe#/cubiomes-viewer.exe" + "url": "https://github.com/Cubitect/cubiomes-viewer/releases/download/$version/cubiomes-viewer-static-w64.exe#/cubiomes-viewer.exe" } } }