diff options
| author | Jack Nagel | 2014-08-24 18:15:51 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-24 19:04:31 -0500 |
| commit | 080d86816aeabe841a0a423c5e3f5d6e83561470 (patch) | |
| tree | ee814f0dd471fd2833ec721744a226a805529b63 /Library | |
| parent | 8bdf0b36679b9adfed229414478589c98458e293 (diff) | |
| download | homebrew-080d86816aeabe841a0a423c5e3f5d6e83561470.tar.bz2 | |
gtksourceview3 3.12.3
Closes #31856.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gtksourceview3.rb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/gtksourceview3.rb b/Library/Formula/gtksourceview3.rb index 67ff45f82..75e318334 100644 --- a/Library/Formula/gtksourceview3.rb +++ b/Library/Formula/gtksourceview3.rb @@ -1,15 +1,15 @@ -require 'formula' +require "formula" class Gtksourceview3 < Formula - homepage 'http://projects.gnome.org/gtksourceview/' - url 'http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.12/gtksourceview-3.12.2.tar.xz' - sha1 '157ee7291988f89eebdbf6c4bb05e9901572f1ad' + homepage "http://projects.gnome.org/gtksourceview/" + url "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.12/gtksourceview-3.12.3.tar.xz" + sha256 "f31959a21a93a929ff15192287096e65479e082cfac48ea8566aae9f6ce2f5f7" depends_on :x11 - depends_on 'pkg-config' => :build - depends_on 'intltool' => :build - depends_on 'gettext' - depends_on 'gtk+3' + depends_on "pkg-config" => :build + depends_on "intltool" => :build + depends_on "gettext" + depends_on "gtk+3" def install system "./configure", "--disable-dependency-tracking", |
