Skip to content

Commit bbbd336

Browse files
authored
Merge pull request Homebrew#251784 from Homebrew/bump-pgstream-0.8.6
pgstream 0.8.6
2 parents de99761 + 18b4a85 commit bbbd336

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pgstream.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Pgstream < Formula
22
desc "PostgreSQL replication with DDL changes"
33
homepage "https://github.com/xataio/pgstream"
4-
url "https://github.com/xataio/pgstream/archive/refs/tags/v0.8.5.tar.gz"
5-
sha256 "ddd6e59ebb3a555d8ca31aca8d67b8671b407b58e37c8cf837678a6e331ec2bf"
4+
url "https://github.com/xataio/pgstream/archive/refs/tags/v0.8.6.tar.gz"
5+
sha256 "601c118abafa5a63ef20ded0a4220f2c028c59bb1b63f41b544f7d20a59c265b"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "edc7ecc6a81854fab17b5898381b64865588f8761cd4d81b1a832a9d9df89e05"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "edc7ecc6a81854fab17b5898381b64865588f8761cd4d81b1a832a9d9df89e05"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "edc7ecc6a81854fab17b5898381b64865588f8761cd4d81b1a832a9d9df89e05"
12-
sha256 cellar: :any_skip_relocation, sonoma: "22cd3bd1befa3efd0a0b434adf8f27167aa1ae4f83a70702083bd82abd8c6a56"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "bd4b0f615a899d3060264666a01546caf0b0fe14098c4ea7ede6d018b1a95ba0"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "48bd78f2df4ebe2980f4b38e44d0cdf9dfad050ef5b181778b0f6c670bdf69a1"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "aa02a9724bc862c54ff875f864b4ac9bb37cfc3210f53578fa20549f97f3b791"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "aa02a9724bc862c54ff875f864b4ac9bb37cfc3210f53578fa20549f97f3b791"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa02a9724bc862c54ff875f864b4ac9bb37cfc3210f53578fa20549f97f3b791"
12+
sha256 cellar: :any_skip_relocation, sonoma: "1b21caa2452786c261964d42f8d1976bd0fe7a183d4e2f5b5ba91987bf542a58"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "89e328b28903feb44b014b43c1cf1c757433370b06da997f734e5fa0b08e7fe6"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "948f662c6e544dfc61563a8a0ef1ff450d125e76bd4646488e64aa15ca8fdcb7"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)