Skip to content

Commit c7ee357

Browse files
authored
Merge pull request #247012 from Homebrew/bump-nfpm-2.43.3
nfpm 2.43.3
2 parents 3411b07 + 9e696e7 commit c7ee357

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/n/nfpm.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Nfpm < Formula
22
desc "Simple deb and rpm packager"
33
homepage "https://nfpm.goreleaser.com/"
4-
url "https://github.com/goreleaser/nfpm/archive/refs/tags/v2.43.2.tar.gz"
5-
sha256 "906c313dc719c6a63c78d47dd9bdc11f8e5440c550d34013ca612d570b3fcaa0"
4+
url "https://github.com/goreleaser/nfpm/archive/refs/tags/v2.43.3.tar.gz"
5+
sha256 "4e270a9a1d05d18c4966e422f4f6d4d8049a729cc5a2fae9a6db4b8bf0a7ba15"
66
license "MIT"
77
head "https://github.com/goreleaser/nfpm.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "731050be71c1ac2be8804982b62fc7ac58b6c55603448ab193c63d181c681f1b"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "731050be71c1ac2be8804982b62fc7ac58b6c55603448ab193c63d181c681f1b"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "731050be71c1ac2be8804982b62fc7ac58b6c55603448ab193c63d181c681f1b"
13-
sha256 cellar: :any_skip_relocation, sonoma: "7038ba87e5260695af43997fddb99981f98f92463fd92761d413c2b6f520a932"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1476ccb0db77febfc50f7a279f14823b7ec762e82c4aa52be1e9c1ed0a0f1013"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "60eb6e2afd7d903a4a4974234c2ce1651df024e88fae0bd86fed7d9a4cc153f1"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "60eb6e2afd7d903a4a4974234c2ce1651df024e88fae0bd86fed7d9a4cc153f1"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "60eb6e2afd7d903a4a4974234c2ce1651df024e88fae0bd86fed7d9a4cc153f1"
13+
sha256 cellar: :any_skip_relocation, sonoma: "818c2fee78da738df9750c7ab5cd1dc62261128f2cc5944e5f8621491cd209a2"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6abe07ab30fcefdf9acdc1a29bc813d1de1d1bf3f31a4e263b720ce814d5ddc9"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)