gwyddion 2.44
Also add minizip dependency to support further file formats. Closes Homebrew/homebrew#48414. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
b1e293e0f5
commit
0496711814
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Gwyddion < Formula
|
||||
desc "Scanning Probe Microscopy visualization and analysis tool"
|
||||
homepage "http://gwyddion.net/"
|
||||
url "http://gwyddion.net/download/2.43/gwyddion-2.43.tar.gz"
|
||||
sha256 "9feb33f991b785f238f62bf5c204a41d654e6c04929ec6c8c4b025691d60334e"
|
||||
url "http://gwyddion.net/download/2.44/gwyddion-2.44.tar.gz"
|
||||
sha256 "8e4ea25b1e3cd22ef64ee282d81da62a6a1a40e193edbe5d38c39f76b777424f"
|
||||
|
||||
bottle do
|
||||
sha256 "cfc9ca892b910a3e99aeacd364d59a7b0be14249f5629d0a16db62a314e418ab" => :el_capitan
|
||||
|
@ -16,6 +16,7 @@ class Gwyddion < Formula
|
|||
depends_on "gtk-mac-integration"
|
||||
depends_on "gtkglext"
|
||||
depends_on "libxml2"
|
||||
depends_on "minizip"
|
||||
|
||||
depends_on :python => :optional
|
||||
depends_on "pygtk" if build.with? "python"
|
||||
|
|
Loading…
Reference in a new issue