Skip to content

Commit

Permalink
Merge pull request #193237 from Homebrew/bump-asymptote-2.92
Browse files Browse the repository at this point in the history
asymptote 2.92
  • Loading branch information
BrewTestBot authored Oct 9, 2024
2 parents 7edfddd + a1177a7 commit 9e8b67e
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 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/2.91/asymptote-2.91.src.tgz"
sha256 "ea23b25ecbf4beb766539c821161b4d4c39edffbd8d01f3d9e3fc504a7a3c214"
url "https://downloads.sourceforge.net/project/asymptote/2.92/asymptote-2.92.src.tgz"
sha256 "9d9b5c6fa7e0fbce3c1e54feb25e2d51d28c4fe7798f24c76cdcae8291a8ea66"
license "LGPL-3.0-only"

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

bottle do
sha256 arm64_sequoia: "bf6455e5b04c45e3e9a6a8b154d3ff08075076d5048dd0880058705a63840eb8"
sha256 arm64_sonoma: "f82dd0a6286475861be4e698257edb2e1180fa76f6da868d18a6f19ee0ab8c81"
sha256 arm64_ventura: "10777396256202f5fcf099342e3cfeca5fac8a461774b2f6ac2ae3cbde54cb93"
sha256 arm64_monterey: "f481e2510d0d8a36a619dada0780453ed772aa80c9877ed6b6a9133d76837980"
sha256 sonoma: "6003e3c4ac83416e4f4e7c6343defd65933b558edbe697abd4d65e5aa3e8273f"
sha256 ventura: "9136bcf3339ce25bf412e4b19c61bf05c8c6d26ca642e21af0ea231eadd9307b"
sha256 monterey: "c1cd13b66ac63f1886e816ae943bd780cfeb2061cb3203b5529745a9a6b9cecb"
sha256 x86_64_linux: "7ef4b5a522f5813e77fa140cd6ab4c6dcda4ebadddc508c6b88b51437a1f17ba"
sha256 arm64_sequoia: "a2ab1dcc8aec354cde8671c085d0087da9defc0a69b45133235b51722b1da807"
sha256 arm64_sonoma: "14e5d0b73d1a8a8d3b75afe56b483bb891171ca9f54733c7c7be1e6bb12663f7"
sha256 arm64_ventura: "924fbbc0946774ebdb79b1acd8d2b15ac9a99c339381949f8329775bfb381723"
sha256 sonoma: "85cb50b11d1bd47bdcfd720da922713a9cac97537b2cee05a97424bdc7e75684"
sha256 ventura: "bf56177a8977e92c6aed5bc61f061d7015099a8d659733a7c145c105fcb3cc4d"
sha256 x86_64_linux: "26492e1f8f727213bff5d06863fd3869c975687a794c8affa408151a19769592"
end

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

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

def install
Expand Down

0 comments on commit 9e8b67e

Please sign in to comment.