We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495e049 commit b9073c9Copy full SHA for b9073c9
Formula/c/cue.rb
@@ -1,8 +1,8 @@
1
class Cue < Formula
2
desc "Validate and define text-based and dynamic configuration"
3
homepage "https://cuelang.org/"
4
- url "https://github.com/cue-lang/cue/archive/refs/tags/v0.11.2.tar.gz"
5
- sha256 "361445d72b47216f85d1c91bf5db7a90ef7a3f3484c4b350c2964591493e68a7"
+ url "https://github.com/cue-lang/cue/archive/refs/tags/v0.12.0.tar.gz"
+ sha256 "ecb1909bbe4a59b965cd219cb53916b09097716928275bbb55b8a8e6cc495379"
6
license "Apache-2.0"
7
head "https://github.com/cue-lang/cue.git", branch: "master"
8
0 commit comments