From a06ff4b74cdbeb86cb449d0f5b5b7d9f8282c686 Mon Sep 17 00:00:00 2001 From: ftk Date: Wed, 24 Jun 2020 21:35:33 +0300 Subject: [PATCH 1/3] Defold: Add version 1.2.170 --- bucket/defold.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/defold.json diff --git a/bucket/defold.json b/bucket/defold.json new file mode 100644 index 00000000000000..921d34916ad778 --- /dev/null +++ b/bucket/defold.json @@ -0,0 +1,33 @@ +{ + "version": "1.2.170", + "description": "A free and open game engine used for development of console, desktop, mobile and web games", + "homepage": "https://defold.com/", + "license": { + "identifier": "Modified Apache-2.0", + "url": "https://defold.com/license/" + }, + "architecture": { + "64bit": { + "url": "https://github.com/defold/defold/releases/download/1.2.170/beta.editor2.Defold-x86_64-win32.zip", + "hash": "edf7904e0d8380cd8e1f8b3673b35206ec470881e49299470db5dfb65accb75e" + } + }, + "extract_dir": "Defold", + "bin": "Defold.exe", + "shortcuts": [ + [ + "Defold.exe", + "Defold" + ] + ], + "checkver": { + "github": "https://github.com/defold/defold" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/defold/defold/releases/download/$version/beta.editor2.Defold-x86_64-win32.zip" + } + } + } +} From b0f08b594f183ad387da7c601d347f8228955673 Mon Sep 17 00:00:00 2001 From: ftk Date: Wed, 24 Jun 2020 22:21:27 +0300 Subject: [PATCH 2/3] Updated description and changed checkver from github to d.defold.com --- bucket/defold.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bucket/defold.json b/bucket/defold.json index 921d34916ad778..92e0175b9ffcb8 100644 --- a/bucket/defold.json +++ b/bucket/defold.json @@ -1,15 +1,15 @@ { "version": "1.2.170", - "description": "A free and open game engine used for development of console, desktop, mobile and web games", - "homepage": "https://defold.com/", + "description": "Fully-featured game development environment for console, desktop, mobile and web games", + "homepage": "https://defold.com", "license": { "identifier": "Modified Apache-2.0", "url": "https://defold.com/license/" }, "architecture": { "64bit": { - "url": "https://github.com/defold/defold/releases/download/1.2.170/beta.editor2.Defold-x86_64-win32.zip", - "hash": "edf7904e0d8380cd8e1f8b3673b35206ec470881e49299470db5dfb65accb75e" + "url": "https://d.defold.com/archive/5791ee6d96b87e50eee5acd70abaa4026fefef28/editor-alpha/editor2/Defold-x86_64-win32.zip", + "hash": "fa98f670a362a1c1f93266b3cc2cc638046e690b77e61e1c6523b2d58173efca" } }, "extract_dir": "Defold", @@ -21,12 +21,13 @@ ] ], "checkver": { - "github": "https://github.com/defold/defold" + "url": "https://d.defold.com/stable/", + "regex": "{\"url\": \"(?[^\"]+)\", *\"name\": \"Windows\"}.*?\"tag\": \"([^\"]+)\"" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/defold/defold/releases/download/$version/beta.editor2.Defold-x86_64-win32.zip" + "url": "$matchUrl" } } } From e78eb48b6a596b41f0554572bf67997a2363943c Mon Sep 17 00:00:00 2001 From: ftk Date: Fri, 26 Jun 2020 12:02:07 +0300 Subject: [PATCH 3/3] reverted to github (alpha) --- bucket/defold.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bucket/defold.json b/bucket/defold.json index 92e0175b9ffcb8..fe92a9a6abc3eb 100644 --- a/bucket/defold.json +++ b/bucket/defold.json @@ -8,7 +8,7 @@ }, "architecture": { "64bit": { - "url": "https://d.defold.com/archive/5791ee6d96b87e50eee5acd70abaa4026fefef28/editor-alpha/editor2/Defold-x86_64-win32.zip", + "url": "https://github.com/defold/defold/releases/download/1.2.170/editor-alpha.editor2.Defold-x86_64-win32.zip", "hash": "fa98f670a362a1c1f93266b3cc2cc638046e690b77e61e1c6523b2d58173efca" } }, @@ -21,13 +21,12 @@ ] ], "checkver": { - "url": "https://d.defold.com/stable/", - "regex": "{\"url\": \"(?[^\"]+)\", *\"name\": \"Windows\"}.*?\"tag\": \"([^\"]+)\"" + "github": "https://github.com/defold/defold" }, "autoupdate": { "architecture": { "64bit": { - "url": "$matchUrl" + "url": "https://github.com/defold/defold/releases/download/$version/editor-alpha.editor2.Defold-x86_64-win32.zip" } } }