Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmt 8.0.1 spdlog 1.9.1 #79836

Closed
wants to merge 11 commits into from
2 changes: 1 addition & 1 deletion Formula/bear.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Bear < Formula
url "https://github.com/rizsotto/Bear/archive/3.0.13.tar.gz"
sha256 "b57d9b139acbbad6439f5b1133266fa5afc5eb095a61cfa07cd9e8941943ae22"
license "GPL-3.0-or-later"
revision 1
revision 2
head "https://github.com/rizsotto/Bear.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/cherrytree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Cherrytree < Formula
url "https://www.giuspen.com/software/cherrytree_0.99.40.tar.xz"
sha256 "8460284d76d6a1fd555a13903abb10e0473757f6ce09a98c10220de9713bb3ed"
license "GPL-3.0-or-later"
revision 1

livecheck do
url :homepage
Expand Down
1 change: 1 addition & 0 deletions Formula/clip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Clip < Formula
url "https://github.com/asmuth/clip/archive/v0.7.tar.gz"
sha256 "f38f455cf3e9201614ac71d8a871e4ff94a6e4cf461fd5bf81bdf457ba2e6b3e"
license "Apache-2.0"
revision 1

bottle do
sha256 cellar: :any, arm64_big_sur: "ea142f44aa36d839d13be1ffa7cb28e7823a02756e3df5c73f454723685de8e6"
Expand Down
1 change: 1 addition & 0 deletions Formula/fizz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Fizz < Formula
url "https://github.com/facebookincubator/fizz/releases/download/v2021.08.02.00/fizz-v2021.08.02.00.tar.gz"
sha256 "429be5bfdca71cdb41b92523508abbc2f8d6b39ad5ebf3585f51f4231ca1544f"
license "BSD-2-Clause"
revision 1
head "https://github.com/facebookincubator/fizz.git"

bottle do
Expand Down
4 changes: 2 additions & 2 deletions Formula/fmt.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Fmt < Formula
desc "Open-source formatting library for C++"
homepage "https://fmt.dev/"
url "https://github.com/fmtlib/fmt/archive/7.1.3.tar.gz"
sha256 "5cae7072042b3043e12d53d50ef404bbb76949dad1de368d7f993a15c8c05ecc"
url "https://github.com/fmtlib/fmt/archive/8.0.1.tar.gz"
sha256 "b06ca3130158c625848f3fb7418f235155a4d389b2abc3a6245fb01cb0eb1e01"
license "MIT"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/folly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Folly < Formula
url "https://github.com/facebook/folly/archive/v2021.08.02.00.tar.gz"
sha256 "2f9b0ff1af934ca715028462985b6c22004f2599af157bab475857ffc9a5688d"
license "Apache-2.0"
revision 1
head "https://github.com/facebook/folly.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/mkvtoolnix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Mkvtoolnix < Formula
url "https://mkvtoolnix.download/sources/mkvtoolnix-60.0.0.tar.xz"
sha256 "a12437790440589721e7cd8b476cb832ade6ad9f1759533ee8fe91bd9cfa74c4"
license "GPL-2.0-or-later"
revision 1

livecheck do
url "https://mkvtoolnix.download/sources/"
Expand Down
4 changes: 2 additions & 2 deletions Formula/spdlog.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Spdlog < Formula
desc "Super fast C++ logging library"
homepage "https://github.com/gabime/spdlog"
url "https://github.com/gabime/spdlog/archive/v1.8.5.tar.gz"
sha256 "944d0bd7c763ac721398dca2bb0f3b5ed16f67cef36810ede5061f35a543b4b8"
url "https://github.com/gabime/spdlog/archive/v1.9.1.tar.gz"
sha256 "9a452cfa24408baccc9b2bc2d421d68172a7630c99e9504a14754be840d31a62"
license "MIT"
head "https://github.com/gabime/spdlog.git", branch: "v1.x"

Expand Down
1 change: 1 addition & 0 deletions Formula/vowpal-wabbit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class VowpalWabbit < Formula
tag: "8.11.0",
revision: "96ed8316de4391b77f4f29af69f885552a644769"
license "BSD-3-Clause"
revision 1
head "https://github.com/VowpalWabbit/vowpal_wabbit.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/wangle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Wangle < Formula
url "https://github.com/facebook/wangle/releases/download/v2021.08.02.00/wangle-v2021.08.02.00.tar.gz"
sha256 "d76c54c0a4cc800cf6059b7207352f2af6140e3f8e4b4431989ab018ba401170"
license "Apache-2.0"
revision 1
head "https://github.com/facebook/wangle.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/watchman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Watchman < Formula
url "https://github.com/facebook/watchman/archive/v2021.08.02.00.tar.gz"
sha256 "8994793334422d5101a087aadec55aa2d73979c0b4b63368dfc1a9ac5e547a2d"
license "Apache-2.0"
revision 1
head "https://github.com/facebook/watchman.git"

bottle do
Expand Down