draft: Update to version 0.0.30 (#4497)

This commit is contained in:
Zarin 2023-03-02 08:57:09 -05:00 committed by GitHub
parent 82d4c0b840
commit 2cd8d27683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,12 @@
{ {
"version": "0.16.0", "version": "0.0.30",
"description": "Create cloud-native applications on Kubernetes.", "description": "Create cloud-native applications on Kubernetes.",
"homepage": "https://github.com/Azure/draft", "homepage": "https://github.com/Azure/draft",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://azuredraft.blob.core.windows.net/draft/draft-v0.16.0-windows-amd64.tar.gz", "url": "https://github.com/Azure/draft/releases/download/v0.0.30/draft-windows-amd64.exe#/draft.exe",
"hash": "3f2dd8d8216847be2978ac0091d65438652d131ee22e63b415ad86d7dd0354b2", "hash": "9fe078468e489af960751949d39919deda1ddf44ccf694bf0cf436501b361de3"
"extract_dir": "windows-amd64"
} }
}, },
"bin": "draft.exe", "bin": "draft.exe",
@ -15,11 +14,8 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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"
} }
} }
} }