Skip to content
Merged

cake 6.2.0 #284290

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/c/cake.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Cake < Formula
desc "Cross platform build automation system with a C# DSL"
homepage "https://cakebuild.net/"
url "https://github.com/cake-build/cake/archive/refs/tags/v6.1.0.tar.gz"
sha256 "90c172d5ca8bd3b274cb7cbadca0a4de7f627663f2915c3ac33fe99ae7937f0d"
url "https://github.com/cake-build/cake/archive/refs/tags/v6.2.0.tar.gz"
sha256 "5fe61d9df142ef8c1d15def04dc3a634f07459f0ecc6098efb760207ddc6a452"
license "MIT"

bottle do
Expand Down
Loading