Skip to content

Commit 8825cdd

Browse files
authored
Merge pull request #196887 from Homebrew/bump-stellar-core-22.0.0
stellar-core 22.0.0
2 parents d753a03 + 87862a1 commit 8825cdd

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Formula/s/stellar-core.rb

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class StellarCore < Formula
22
desc "Backbone of the Stellar (XLM) network"
33
homepage "https://www.stellar.org/"
44
url "https://github.com/stellar/stellar-core.git",
5-
tag: "v21.3.1",
6-
revision: "4ede19620438bcd136276cdc8d4ed1f2c3b64624"
5+
tag: "v22.0.0",
6+
revision: "721fd0a654d5e82d38c748a91053e530a475193d"
77
license "Apache-2.0"
88
head "https://github.com/stellar/stellar-core.git", branch: "master"
99

@@ -16,14 +16,12 @@ class StellarCore < Formula
1616
end
1717

1818
bottle do
19-
sha256 cellar: :any, arm64_sequoia: "d27bf9f7b85ed2b096c96dd87e5eb07dacb468b36745382771fbe4b806b28311"
20-
sha256 cellar: :any, arm64_sonoma: "6050375e677593dbefe6a2cd87339dfdb2cbcc33fc8a6089fdf3d614a3f56c68"
21-
sha256 cellar: :any, arm64_ventura: "c901d6d438b358488ac813fa40dcb05503425cf7049a9a2972118269ba07f160"
22-
sha256 cellar: :any, arm64_monterey: "3d454b4ed02f39b9aaf522ece2169a7d2396a07b0da55f83b3c85d2b994f91f3"
23-
sha256 cellar: :any, sonoma: "c34085dacf3e90f69b4481860623f7e0bd1e14afd300bf4dac4d53d65c92ee61"
24-
sha256 cellar: :any, ventura: "a9bf5d2838c834ea3155022eeb534802cb008a1984b2b4ba7785f0bbf4bfbb40"
25-
sha256 cellar: :any, monterey: "c494a82c424a3a6b183f581bffd43918f59cfde3e5d616d0ec9f9ad2df2f4b3d"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d6508a9cb75fdf830de986429acc15bf590e7cc10e47089f5ba488350f71a6d"
19+
sha256 cellar: :any, arm64_sequoia: "c957356fe42af606a2ff611716c12cb5cd22661c7a4a4359a8fd353258044858"
20+
sha256 cellar: :any, arm64_sonoma: "5b1763530f2255bd30ec9f9dd6e55b9dc47c1071216b66af4a426da6b7b324f9"
21+
sha256 cellar: :any, arm64_ventura: "cd41dd53666990a82bbce2c5103d033c0def90039df14e458714bf06f203ec41"
22+
sha256 cellar: :any, sonoma: "52e34cdd2d0c43cd942e5a3d3f67d0b219565fe0be16feb1b2ee6c6df7c2ba8b"
23+
sha256 cellar: :any, ventura: "adb33b8efc941647c6362489677824282e7a6365b80c0f665959bb63adb25a94"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ee7b47ae6a39d43b88ef02b8fd79aa9431fde22f3ebb9589413e2bd0b49000b7"
2725
end
2826

2927
depends_on "autoconf" => :build
@@ -55,6 +53,9 @@ class StellarCore < Formula
5553
end
5654

5755
def install
56+
# remove toolchain selection
57+
inreplace "src/Makefile.am", "cargo +$(RUST_TOOLCHAIN_CHANNEL)", "cargo"
58+
5859
system "./autogen.sh"
5960
system "./configure", "--disable-silent-rules",
6061
"--enable-postgres",

0 commit comments

Comments
 (0)