diff --git a/bucket/subtitleedit.json b/bucket/subtitleedit.json index 373ce903b181c0..e9fa1a3af8d106 100644 --- a/bucket/subtitleedit.json +++ b/bucket/subtitleedit.json @@ -1,27 +1,38 @@ { - "version": "4.0.16", + "version": "5.0.0", "description": "Video subtitles editor", - "homepage": "http://www.nikse.dk/subtitleedit/", + "homepage": "https://www.nikse.dk/subtitleedit/", "license": "GPL-3.0-only", - "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/4.0.16/SE4016.zip", - "hash": "f59328d651a250538474573f54ee7b15be7afc58749edd668779c7f39037e150", - "pre_install": "if (!(Test-Path \"$persist_dir\\Settings.xml\")) { New-Item \"$dir\\Settings.xml\" | Out-Null }", + "architecture": { + "64bit": { + "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/v5.0.0/SubtitleEdit-Windows-x64.zip", + "hash": "904357a0f173494f3a177dda56e81c9b473c794b60e0ab63d32f46892ae59a30" + }, + "arm64": { + "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/v5.0.0/SubtitleEdit-Windows-ARM64.zip", + "hash": "d1b317d0c4a049416206dcc805a84b561a1447f157d2c2ed30890cbebd9dafc6" + } + }, + "pre_install": "if (!(Test-Path \"$persist_dir\\Settings.json\")) { New-Item \"$dir\\Settings.json\" | Out-Null }", "bin": "SubtitleEdit.exe", "shortcuts": [ [ "SubtitleEdit.exe", - "SubtitleEdit" + "Subtitle Edit" ] ], - "persist": "Settings.xml", + "persist": "Settings.json", "checkver": { "github": "https://github.com/SubtitleEdit/subtitleedit" }, "autoupdate": { - "url": "https://github.com/SubtitleEdit/subtitleedit/releases/download/$version/SE$cleanVersion.zip", - "hash": { - "url": "https://github.com/SubtitleEdit/subtitleedit/releases/tag/$version/", - "regex": "(?sm)$basename.*?SHA256 Checksum:\\s*$sha256