Skip to content

Commit b9073c9

Browse files
committed
cue 0.12.0
1 parent 495e049 commit b9073c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/c/cue.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cue < Formula
22
desc "Validate and define text-based and dynamic configuration"
33
homepage "https://cuelang.org/"
4-
url "https://github.com/cue-lang/cue/archive/refs/tags/v0.11.2.tar.gz"
5-
sha256 "361445d72b47216f85d1c91bf5db7a90ef7a3f3484c4b350c2964591493e68a7"
4+
url "https://github.com/cue-lang/cue/archive/refs/tags/v0.12.0.tar.gz"
5+
sha256 "ecb1909bbe4a59b965cd219cb53916b09097716928275bbb55b8a8e6cc495379"
66
license "Apache-2.0"
77
head "https://github.com/cue-lang/cue.git", branch: "master"
88

0 commit comments

Comments
 (0)