Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/j/jsonnet.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Jsonnet < Formula
desc "Domain specific configuration language for defining JSON data"
homepage "https://jsonnet.org/"
url "https://github.com/google/jsonnet/archive/refs/tags/v0.20.0.tar.gz"
sha256 "77bd269073807731f6b11ff8d7c03e9065aafb8e4d038935deb388325e52511b"
url "https://github.com/google/jsonnet/archive/refs/tags/v0.21.0.tar.gz"
sha256 "a12ebca72e43e7061ffe4ef910e572b95edd7778a543d6bf85f6355bd290300e"
license "Apache-2.0"
head "https://github.com/google/jsonnet.git", branch: "master"

Expand Down