diff --git a/bucket/draft.json b/bucket/draft.json index 4ae193b9ea..bbcdc93ac7 100644 --- a/bucket/draft.json +++ b/bucket/draft.json @@ -1,13 +1,12 @@ { - "version": "0.16.0", + "version": "0.0.30", "description": "Create cloud-native applications on Kubernetes.", "homepage": "https://github.com/Azure/draft", "license": "MIT", "architecture": { "64bit": { - "url": "https://azuredraft.blob.core.windows.net/draft/draft-v0.16.0-windows-amd64.tar.gz", - "hash": "3f2dd8d8216847be2978ac0091d65438652d131ee22e63b415ad86d7dd0354b2", - "extract_dir": "windows-amd64" + "url": "https://github.com/Azure/draft/releases/download/v0.0.30/draft-windows-amd64.exe#/draft.exe", + "hash": "9fe078468e489af960751949d39919deda1ddf44ccf694bf0cf436501b361de3" } }, "bin": "draft.exe", @@ -15,11 +14,8 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://azuredraft.blob.core.windows.net/draft/draft-v$version-windows-amd64.tar.gz" + "url": "https://github.com/Azure/draft/releases/download/v$version/draft-windows-amd64.exe#/draft.exe" } - }, - "hash": { - "url": "$url.sha256" } } }