Skip to content

Commit ad26fd6

Browse files
BrewTestBotdaeho-ro
authored andcommitted
stellar-core 22.0.0
1 parent aaa6472 commit ad26fd6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Formula/s/stellar-core.rb

Lines changed: 5 additions & 2 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

@@ -55,6 +55,9 @@ class StellarCore < Formula
5555
end
5656

5757
def install
58+
# remove toolchain selection
59+
inreplace "src/Makefile.am", "cargo +$(RUST_TOOLCHAIN_CHANNEL)", "cargo"
60+
5861
system "./autogen.sh"
5962
system "./configure", "--disable-silent-rules",
6063
"--enable-postgres",

0 commit comments

Comments
 (0)