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

asymptote 2.93 #197400

Closed
wants to merge 1 commit into from
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
8 changes: 4 additions & 4 deletions Formula/a/asymptote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
desc "Powerful descriptive vector graphics language"
homepage "https://asymptote.sourceforge.io"
# Keep version in sync with manual below
url "https://downloads.sourceforge.net/project/asymptote/2.92/asymptote-2.92.src.tgz"
sha256 "9d9b5c6fa7e0fbce3c1e54feb25e2d51d28c4fe7798f24c76cdcae8291a8ea66"
url "https://downloads.sourceforge.net/project/asymptote/2.93/asymptote-2.93.src.tgz"
sha256 "dced6ef16934d741c3c45a79304d880d1ad86a2ce625d6517e5d2cdb44938c67"
license "LGPL-3.0-only"

livecheck do
Expand Down Expand Up @@ -39,11 +39,11 @@
end

resource "manual" do
url "https://downloads.sourceforge.net/project/asymptote/2.92/asymptote.pdf"
sha256 "ba96b049da98207eed38eb3be5c306fbd10ff8b00124e26609d5effe7adbdac6"
url "https://downloads.sourceforge.net/project/asymptote/2.93/asymptote.pdf"
sha256 "a1e9ed8537b61621b03b4801ad2ce96a830b97470f8cb0bf1bf43d54f69759f4"
end

def install

Check failure on line 46 in Formula/a/asymptote.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle asymptote` failed on macOS Sonoma (14) on Apple Silicon!

::error::asymptote 2.93 did not build

Check failure on line 46 in Formula/a/asymptote.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew install --verbose --formula --build-bottle asymptote` failed on macOS Ventura (13) on Apple Silicon!

::error::asymptote 2.93 did not build
odie "manual resource needs to be updated" if version != resource("manual").version

system "./configure", *std_configure_args
Expand Down
Loading