Expand synced_versions_formulae.json (#100640)
parent
371d3b49e9
commit
21d3d74e03
|
@ -1,7 +1,6 @@
|
||||||
class BoostBcp < Formula
|
class BoostBcp < Formula
|
||||||
desc "Utility for extracting subsets of the Boost library"
|
desc "Utility for extracting subsets of the Boost library"
|
||||||
homepage "https://www.boost.org/doc/tools/bcp/"
|
homepage "https://www.boost.org/doc/tools/bcp/"
|
||||||
# Please add to synced_versions_formulae.json once version synced with boost
|
|
||||||
url "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2"
|
url "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2"
|
||||||
sha256 "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
|
sha256 "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
|
||||||
license "BSL-1.0"
|
license "BSL-1.0"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
class BoostMpi < Formula
|
class BoostMpi < Formula
|
||||||
desc "C++ library for C++/MPI interoperability"
|
desc "C++ library for C++/MPI interoperability"
|
||||||
homepage "https://www.boost.org/"
|
homepage "https://www.boost.org/"
|
||||||
# Please add to synced_versions_formulae.json once version synced with boost
|
|
||||||
url "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2"
|
url "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2"
|
||||||
sha256 "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
|
sha256 "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
|
||||||
license "BSL-1.0"
|
license "BSL-1.0"
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
class BoostPython3 < Formula
|
class BoostPython3 < Formula
|
||||||
desc "C++ library for C++/Python3 interoperability"
|
desc "C++ library for C++/Python3 interoperability"
|
||||||
homepage "https://www.boost.org/"
|
homepage "https://www.boost.org/"
|
||||||
# Please add to synced_versions_formulae.json once version synced with boost
|
|
||||||
url "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2"
|
url "https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2"
|
||||||
sha256 "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
|
sha256 "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
|
||||||
license "BSL-1.0"
|
license "BSL-1.0"
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
["apache-pulsar", "libpulsar"],
|
["apache-pulsar", "libpulsar"],
|
||||||
["avro-c", "avro-cpp", "avro-tools"],
|
["avro-c", "avro-cpp", "avro-tools"],
|
||||||
["aws-console", "cfn-format", "rain"],
|
["aws-console", "cfn-format", "rain"],
|
||||||
|
["boost", "boost-bcp", "boost-mpi", "boost-python3"],
|
||||||
["bundler-completion", "gem-completion", "rails-completion", "ruby-completion"],
|
["bundler-completion", "gem-completion", "rails-completion", "ruby-completion"],
|
||||||
["buildifier", "buildozer"],
|
["buildifier", "buildozer"],
|
||||||
["cmake", "cmake-docs"],
|
["cmake", "cmake-docs"],
|
||||||
|
@ -31,6 +32,7 @@
|
||||||
["logcli", "loki", "promtail"],
|
["logcli", "loki", "promtail"],
|
||||||
["mame", "rom-tools"],
|
["mame", "rom-tools"],
|
||||||
["mecab-unidic", "mecab-unidic-extended"],
|
["mecab-unidic", "mecab-unidic-extended"],
|
||||||
|
["minuit2", "root"],
|
||||||
["moarvm", "nqp", "rakudo"],
|
["moarvm", "nqp", "rakudo"],
|
||||||
["moreutils", "sponge"],
|
["moreutils", "sponge"],
|
||||||
["mupdf", "mupdf-tools"],
|
["mupdf", "mupdf-tools"],
|
||||||
|
@ -44,6 +46,7 @@
|
||||||
["python-tk@3.10", "python@3.10"],
|
["python-tk@3.10", "python@3.10"],
|
||||||
["python-tk@3.9", "python@3.9"],
|
["python-tk@3.9", "python@3.9"],
|
||||||
["qt", "qt-libiodbc", "qt-mariadb", "qt-mysql", "qt-percona-server", "qt-postgresql", "qt-unixodbc"],
|
["qt", "qt-libiodbc", "qt-mariadb", "qt-mysql", "qt-percona-server", "qt-postgresql", "qt-unixodbc"],
|
||||||
|
["qwt", "qwt-qt5"],
|
||||||
["telnet", "telnetd"],
|
["telnet", "telnetd"],
|
||||||
["tmuxinator", "tmuxinator-completion"]
|
["tmuxinator", "tmuxinator-completion"]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue