From b44cd1aba5d92c458bc0351dfda119f67ee9ff4b Mon Sep 17 00:00:00 2001 From: ISHIKAWA Takayuki Date: Sat, 31 Dec 2022 20:16:40 +0900 Subject: [PATCH] mtn: Restrict to 64-bit (#4275) It works only on 64-bit Windows. --- bucket/mtn.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/bucket/mtn.json b/bucket/mtn.json index a70a63fcb9..16572bb549 100644 --- a/bucket/mtn.json +++ b/bucket/mtn.json @@ -6,15 +6,23 @@ "suggest": { "ffmpeg": "ffmpeg" }, - "url": "https://bitbucket.org/wahibre/mtn/downloads/mtn-3.4.2-win64.zip", - "hash": "7f20031f8bd8ef5d943f8cd1f398f96ccf872eb855c1c5ec4efd1699e75c0896", - "extract_dir": "mtn-win64", + "architecture": { + "64bit": { + "url": "https://bitbucket.org/wahibre/mtn/downloads/mtn-3.4.2-win64.zip", + "hash": "7f20031f8bd8ef5d943f8cd1f398f96ccf872eb855c1c5ec4efd1699e75c0896", + "extract_dir": "mtn-win64" + } + }, "bin": "bin\\mtn.exe", "checkver": { "url": "https://bitbucket.org/wahibre/mtn/downloads/?tab=downloads", "regex": "(?mtn-(?(?:\\d+\\.)+\\d+)-win64\\.zip)" }, "autoupdate": { - "url": "https://bitbucket.org/wahibre/mtn/downloads/$matchFilename" + "architecture": { + "64bit": { + "url": "https://bitbucket.org/wahibre/mtn/downloads/$matchFilename" + } + } } }