aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-09-23 01:48:58 -0500
committerJack Nagel2014-09-23 01:48:58 -0500
commit89507883e5b9924c1abbba94916b321edaff9e45 (patch)
tree077664a7f6ac33ec8e9825ef87f1d5e0228add2d /Library/Formula
parent393de6e1b1e88e2f4e8e9982d943dbf762841c2f (diff)
downloadhomebrew-89507883e5b9924c1abbba94916b321edaff9e45.tar.bz2
gnome-common 3.14.0
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnome-common.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/gnome-common.rb b/Library/Formula/gnome-common.rb
index ddf23ccf5..86bc1bdd6 100644
--- a/Library/Formula/gnome-common.rb
+++ b/Library/Formula/gnome-common.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class GnomeCommon < Formula
- homepage 'http://git.gnome.org/browse/gnome-common/'
- url 'http://ftp.gnome.org/pub/gnome/sources/gnome-common/3.12/gnome-common-3.12.0.tar.xz'
- sha256 '18712bc2df6b2dd88a11b9f7f874096d1c0c6e7ebc9cfc0686ef963bd590e1d8'
+ homepage "http://git.gnome.org/browse/gnome-common/"
+ url "http://ftp.gnome.org/pub/gnome/sources/gnome-common/3.14/gnome-common-3.14.0.tar.xz"
+ sha256 "4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c"
def install
system "./configure", "--prefix=#{prefix}"