asymptote 2.78
* asymptote 2.78 * asymptote: update manual Closes #94582. Co-authored-by: Nanda H Krishna <me@nandahkrishna.com> Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
f46272e419
commit
db7c39a6ac
|
@ -2,10 +2,9 @@ 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.77/asymptote-2.77.src.tgz"
|
||||
sha256 "ae3ddc8e37ae666c75cbd23cd8b42df9c5e95ef6c311b5a2ee4db8b3c643b96c"
|
||||
url "https://downloads.sourceforge.net/project/asymptote/2.78/asymptote-2.78.src.tgz"
|
||||
sha256 "af02f339ae8a7c4b8e6c6134281037c4def262e60499956ffac7deb36c10bdce"
|
||||
license "LGPL-3.0-only"
|
||||
revision 1
|
||||
|
||||
livecheck do
|
||||
url :stable
|
||||
|
@ -34,8 +33,8 @@ class Asymptote < Formula
|
|||
end
|
||||
|
||||
resource "manual" do
|
||||
url "https://downloads.sourceforge.net/project/asymptote/2.77/asymptote.pdf"
|
||||
sha256 "21e23e4721434e9168a88185a58d84e565da7ea09748d85d2c19786ba229542b"
|
||||
url "https://downloads.sourceforge.net/project/asymptote/2.78/asymptote.pdf"
|
||||
sha256 "40951b19143f2c146b4c08934b7427ef522b21e94d9a9a9e4f60c9a2932034a7"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue