Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/y/yalantinglibs.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Yalantinglibs < Formula
desc "Collection of modern C++ libraries"
homepage "https://alibaba.github.io/yalantinglibs/en/"
url "https://github.com/alibaba/yalantinglibs/archive/refs/tags/0.6.0.tar.gz"
sha256 "0a7e28a9739d8313d7d9d5e7a04e75875ba19d782e4e3d2f4fbc94954aa89812"
url "https://github.com/alibaba/yalantinglibs/archive/refs/tags/0.6.1.tar.gz"
sha256 "2ef2089a49a08f764c558e9caf46e1d37697b111e04a48e5c5156f57f3afff24"
license "Apache-2.0"
version_scheme 1
head "https://github.com/alibaba/yalantinglibs.git", branch: "main"
Expand Down Expand Up @@ -35,7 +35,7 @@
system "cmake", "--install", "builddir"
end

test do

Check failure on line 38 in Formula/y/yalantinglibs.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew test --verbose yalantinglibs` failed on macOS Sequoia (15) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:67:in '<main>'
(testpath/"test.cpp").write <<~CPP
#include <iostream>
#include "ylt/version.hpp"
Expand Down
Loading