We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3887270 commit 83dea90Copy full SHA for 83dea90
giza-x11.rb
@@ -2,9 +2,9 @@
2
class GizaX11 < Formula
3
desc "Scientific plotting library for C/Fortran"
4
homepage "https://danieljprice.github.io/giza/"
5
- url "https://github.com/danieljprice/giza/releases/download/v1.4.3/giza-v1.4.3.tar.gz"
6
- version "1.4.3"
7
- sha256 "3ff9beaef8b60e50cf082168d6826b97906f6c7023fcc6a7e96b4c4d9381f477"
+ url "https://github.com/danieljprice/giza/releases/download/v1.4.4/giza-v1.4.4.tar.gz"
+ version "1.4.4"
+ sha256 "0dc9ba9038104efddbd3171264f984727254aebbcdd0438133a07cc7e0355a08"
8
depends_on "pkg-config" => :build
9
depends_on "gcc" => :build
10
depends_on "cairo" => :build
0 commit comments