diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gexiv2.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/gexiv2.rb b/Library/Formula/gexiv2.rb index 531bbc2d9..e7f6df014 100644 --- a/Library/Formula/gexiv2.rb +++ b/Library/Formula/gexiv2.rb @@ -3,6 +3,13 @@ class Gexiv2 < Formula url "https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.2.tar.xz" sha256 "2fd21f0ed5125e51d02226e7f41be751cfa8ae411a8ed1a651e16b06d79047b2" + bottle do + cellar :any + sha256 "2919516539dca1635b6e680c9065ee6617b497a0c38d0268433d47e0a6e17365" => :yosemite + sha256 "10edd0c5a927dfeb9e2a6c3dcae5c64fc36f817cd701bcaf36b41b78c42d4370" => :mavericks + sha256 "76c9f4629361d6409775d40276cf868216cbf0fbc8f061fc1bc208e73eab3509" => :mountain_lion + end + depends_on "pkg-config" => :build depends_on "glib" depends_on "exiv2" |
