Skip to content

Commit dd2a0a4

Browse files
authored
Merge pull request #233340 from Homebrew/bump-nelm-1.12.0
nelm 1.12.0
2 parents 031047f + e34e2be commit dd2a0a4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/n/nelm.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Nelm < Formula
22
desc "Kubernetes deployment tool that manages and deploys Helm Charts"
33
homepage "https://github.com/werf/nelm"
4-
url "https://github.com/werf/nelm/archive/refs/tags/v1.11.0.tar.gz"
5-
sha256 "006e96489a911d29b05000599b8eaeb0dd020eb79d7030538475c9515089fd6e"
4+
url "https://github.com/werf/nelm/archive/refs/tags/v1.12.0.tar.gz"
5+
sha256 "fe3149c6062b8d1bcb4cf527ea588dc8723dd1a4e067f0c76580819bfca5fcc1"
66
license "Apache-2.0"
77
head "https://github.com/werf/nelm.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "26397f3a39207b34f70c198d36822dfdd23f251550c7a91537c84b109cdae918"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "864507ae61acb1553bc9cf468d0344062a1910692a9010acdd43799712a7a379"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5bce39ec29169db19f7b709d6425f418dc141dc91089859f2dadab6ec3b0ebda"
13-
sha256 cellar: :any_skip_relocation, sonoma: "1c5ae04a500decf5e1d82c185e4bc3dd7a4d2215af7fd4029d65384d19a0debe"
14-
sha256 cellar: :any_skip_relocation, ventura: "978b8d0fcf424a611af74a5df69f2dca6124aa7dcc68bbfbc3367c66fc9ae5c0"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "8e5a6aae0125e3261f3d9d6c1f6889258d1bfa572ef5f23235a54c5f215d71c4"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8987e826036877369ae84cf9dfaff000778361d78196dcc9c3df1a0ebe6aed13"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6cedfa19b3f8361d9ecefc32ec0bc0f2f71e78fd7c727c0318b807b08628a94b"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "851067d07ba59178af0f07cf4c538feeda3a4a6601acc966e2a0a84bf942cba8"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3ae34831cb359f97a7d72b04d3547db58bcfaec79ec2c6e98884e5cdfafd2e67"
13+
sha256 cellar: :any_skip_relocation, sonoma: "e127ce62b70493a866c55df8711837c08d565b2ba931a58ca2e1fe47cd9994bb"
14+
sha256 cellar: :any_skip_relocation, ventura: "ee13e64d8c8e2bc81069d63ffce8547596b5091720b1907d5032e19a077bb466"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "f9a08455d5ea420085d0a27d9a8252a38296c0985724447ae22ec63f99f4ff89"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a96449b673a2c48ff3cce5c1f989a5d250167d6df3110414c64e9863d8d85146"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)