Skip to content

Commit d68cae5

Browse files
authored
Merge pull request Homebrew#195946 from Homebrew/bump-kamal-proxy-0.8.2
kamal-proxy 0.8.2
2 parents 4b7dcb7 + 7e1c832 commit d68cae5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kamal-proxy.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class KamalProxy < Formula
22
desc "Lightweight proxy server for Kamal"
33
homepage "https://kamal-deploy.org/"
4-
url "https://github.com/basecamp/kamal-proxy/archive/refs/tags/v0.8.1.tar.gz"
5-
sha256 "8bd93ab1d5b7c141f85c6a92842bf639d39616a8065e8a7f8cc5a75cd73fe74a"
4+
url "https://github.com/basecamp/kamal-proxy/archive/refs/tags/v0.8.2.tar.gz"
5+
sha256 "dcb6ba86a0eb8771884f4bad110b3ac28334516c05cf02e52e70dd1434fa0cad"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "844290dc5569f97864f081af1f9ae9a23018f63adfff1a5b8ea55e1eefbc51e0"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "844290dc5569f97864f081af1f9ae9a23018f63adfff1a5b8ea55e1eefbc51e0"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "844290dc5569f97864f081af1f9ae9a23018f63adfff1a5b8ea55e1eefbc51e0"
12-
sha256 cellar: :any_skip_relocation, sonoma: "a166d749e7d70f894b66c62e8c6af0720f1af5ae35e7bb9c96ec3e4db79382ab"
13-
sha256 cellar: :any_skip_relocation, ventura: "a166d749e7d70f894b66c62e8c6af0720f1af5ae35e7bb9c96ec3e4db79382ab"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e08edbba451dc4346e0d45027b4e60aa07051103b946466be2336b33f285cf98"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "27f2299580f86be5dfbbe42f9181a8330191d6092672e4d2f4aa86227264c4ac"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "27f2299580f86be5dfbbe42f9181a8330191d6092672e4d2f4aa86227264c4ac"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "27f2299580f86be5dfbbe42f9181a8330191d6092672e4d2f4aa86227264c4ac"
12+
sha256 cellar: :any_skip_relocation, sonoma: "42ef7b193be5835f13c2c3abd144fdcbf4179d4cf41da38c26f3652610bb262a"
13+
sha256 cellar: :any_skip_relocation, ventura: "42ef7b193be5835f13c2c3abd144fdcbf4179d4cf41da38c26f3652610bb262a"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4cb885d5b0167d06fa67b8b67231eecdcc6f42ae8d8dc4d1890c80fb2d7550b5"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)