Skip to content

Commit

Permalink
Merge pull request #208706 from Homebrew/bump-asymptote-3.01
Browse files Browse the repository at this point in the history
asymptote 3.01
  • Loading branch information
BrewTestBot authored Feb 23, 2025
2 parents a58f2a1 + 564dabd commit 012f91d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/a/asymptote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Asymptote < Formula
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/3.00/asymptote-3.00.src.tgz"
sha256 "c45945ed530abb25b752226afb0be2a1a4a6292ce90029e6cfc5c67a511b731a"
url "https://downloads.sourceforge.net/project/asymptote/3.01/asymptote-3.01.src.tgz"
sha256 "7a05000ac3f6bf0631daebd2099f07fe32d4f5fd7b4a2cfc8055b008d497b084"
license "LGPL-3.0-only"

livecheck do
Expand All @@ -12,12 +12,12 @@ class Asymptote < Formula
end

bottle do
sha256 arm64_sequoia: "bfdecf42d170d12d5c1feb127c0b79b0abdbf0807edf978c516a5ab1b26a6e1a"
sha256 arm64_sonoma: "eff92539937c51a8ed9eee32385942a64841c9abef29da5cf6b93a247e9f9317"
sha256 arm64_ventura: "44a698222dfc47ec8be0d35bf713759f01841454446710a49443c01d850cac9c"
sha256 sonoma: "d9c366b77a99dfa20d24351a2497e7927ec867c38116fe5fd02ba039dc9762e5"
sha256 ventura: "e50632551a67d5d66e40725157ab526ba986cfc5c947c39699bf663f0320be13"
sha256 x86_64_linux: "7f3c207da64d586ea1a1f5f7bb9885fa3b8363c75702b07719a90cfde9df22e2"
sha256 arm64_sequoia: "9e31ee502188a1fd16053b869888bc385e20c1509a35c744c3ede06d82cc8e60"
sha256 arm64_sonoma: "f2d69db601de32e45e848cb3683e5a3f74cb5bd4cf5b11087cab352308f41edd"
sha256 arm64_ventura: "679785fc2b2b9bcc8f88b954f2135b392191913cc454a8b29336bffac8f4e236"
sha256 sonoma: "c66197c421a4c45d521a56afce6ac4c322f6256f232267816598ae6c5aecd9df"
sha256 ventura: "ff73c501bc220577f13d4f4cf2c407fb0f3b3faac7b08a7a5117bf50c1090f9a"
sha256 x86_64_linux: "2fc5cb3f09f0ed19aecbd59d308fb499bc25fff4c056783670acb184590bb3a1"
end

depends_on "glm" => :build
Expand All @@ -41,8 +41,8 @@ class Asymptote < Formula
end

resource "manual" do
url "https://downloads.sourceforge.net/project/asymptote/3.00/asymptote.pdf"
sha256 "170bbaa5362104364a00728b795df96a7f8d26c48a5a3b21cda67f8307f9ff9b"
url "https://downloads.sourceforge.net/project/asymptote/3.01/asymptote.pdf"
sha256 "4e7ba61b6d65c41827cd73fe177fc24a6992b0a93aa7be77bbd6a16240962669"

livecheck do
formula :parent
Expand Down

0 comments on commit 012f91d

Please sign in to comment.