diff --git a/README.md b/README.md index 6838928..a97107a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ scoop install KusionStack/kusion | Repository | Formula | Description | | ---------- | ------- | ----------- | | [kusion](https://github.com/KusionStack/kusion) | [formula](Scoops/kusion.json) | Platform Engineering Engine: Deliver intentions to Kubernetes and Clouds | -| [KCLVM](https://github.com/KusionStack/KCLVM) | [formula](Scoops/kclvm.json) | KCL: Constraint-based Record & Functional Language | ## Documentation diff --git a/Scoops/kclvm.json b/Scoops/kclvm.json deleted file mode 100644 index 5c63260..0000000 --- a/Scoops/kclvm.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "version": "0.4.6.2", - "architecture": { - "64bit": { - "url": "https://github.com/KusionStack/KCLVM/releases/download/v0.4.6.2/kclvm-v0.4.6.2-windows.zip", - "hash": "md5:0ff1fe7332aeaf60088f60650b0394f9" - } - }, - "env_add_path": "bin", - "homepage": "https://github.com/KusionStack/KCLVM", - "license": "Apache License 2.0", - "description": "KCL: A Constraint-based Record & Functional Language", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/KusionStack/KCLVM/releases/download/v$version/kclvm-v$version-windows.zip", - "extract_dir": "kclvm-v$version-windows" - } - } - } -} diff --git a/Scoops/kusion.json b/Scoops/kusion.json index 2bd6022..78afa34 100644 --- a/Scoops/kusion.json +++ b/Scoops/kusion.json @@ -1,12 +1,12 @@ { - "version": "0.9.1-rc.2", + "version": "0.9.1", "architecture": { "64bit": { - "url": "https://github.com/KusionStack/kusion/releases/download/v0.9.1-rc.2/kusion_0.9.1-rc.2_windows_amd64.zip", + "url": "https://github.com/KusionStack/kusion/releases/download/v0.9.1/kusion_0.9.1_windows_amd64.zip", "bin": [ "kusion.exe" ], - "hash": "4c378145a43d4fba7fbbc0fc8014b8fc4e2fce6c3b5b30c80cef41a01f344af2" + "hash": "6c6547aece1ae462643f7806aab09937ed4872395bee12cadbd2b382aebf255a" } }, "homepage": "http://github.com/KusionStack/kusion",