File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments