Skip to content

Commit

Permalink
werf: update 1.2.99 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Ho committed May 20, 2022
1 parent ceb1056 commit 6ae653c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/werf.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class Werf < Formula
desc "Consistent delivery tool for Kubernetes"
homepage "https://werf.io/"
url "https://github.com/werf/werf/archive/refs/tags/v1.2.94.tar.gz"
sha256 "e04b8bb6f020d3576b740d6d297f599812ebe4cb95c8b048b2e07bed46aa1640"
url "https://github.com/werf/werf/archive/refs/tags/v1.2.99.tar.gz"
sha256 "153d88ca7d5007b3952bc3802bb16ac02477d439602cce04e89594bb3efb4734"
license "Apache-2.0"
head "https://github.com/werf/werf.git", branch: "main"

bottle do
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/werf"
sha256 cellar: :any_skip_relocation, mojave: "499201dc576da9cc788a00f40d639e5285b23b28026eb2d40a1bc1133ee3e9fb"
sha256 cellar: :any_skip_relocation, mojave: "e3e5988037163798bd9836f426cfb6fa88d7ecb057ece80a51aa55184b86c184"
end

depends_on "go" => :build
Expand Down

0 comments on commit 6ae653c

Please sign in to comment.