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