From ca73d9d2a58135df5d17afbcd77acc54c08f7e9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:29:19 +0000 Subject: [PATCH] cue: Update to version 0.9.0 --- bucket/cue.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cue.json b/bucket/cue.json index b813df13b4..7c76c8ceee 100644 --- a/bucket/cue.json +++ b/bucket/cue.json @@ -1,12 +1,12 @@ { - "version": "0.8.2", + "version": "0.9.0", "description": "CUE is an open source data constraint language which aims to simplify tasks involving defining and using data.", "homepage": "https://cuelang.org", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/cue-lang/cue/releases/download/v0.8.2/cue_v0.8.2_windows_amd64.zip", - "hash": "7b172396a63b34c24612c6e9da0e49db137d35f35633b133d5a33eb82e4c3611" + "url": "https://github.com/cue-lang/cue/releases/download/v0.9.0/cue_v0.9.0_windows_amd64.zip", + "hash": "f75354e2c40ed01d847eb83515f50561ea74927a05406387a261df2920033de0" } }, "bin": "cue.exe",