aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hub.rb
diff options
context:
space:
mode:
authorMislav Marohnić2012-05-04 20:44:05 +0200
committerCharlie Sharpsteen2012-05-04 11:47:37 -0700
commit3bfe16babe06d4cff2147a9cb08de51eb0416b3b (patch)
treeae9d46976cd214e97de5a62a934debec8b7d9a30 /Library/Formula/hub.rb
parent0c9e1eb0a793f67f4e337de6154b794b54720f1d (diff)
downloadhomebrew-3bfe16babe06d4cff2147a9cb08de51eb0416b3b.tar.bz2
hub: Update to 1.9.0
The glorious GitHub API v3 Edition Closes #12070. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/hub.rb')
-rw-r--r--Library/Formula/hub.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb
index 4f1149819..bd117f725 100644
--- a/Library/Formula/hub.rb
+++ b/Library/Formula/hub.rb
@@ -1,10 +1,10 @@
require 'formula'
class Hub < Formula
- url 'https://github.com/defunkt/hub/tarball/v1.8.4'
+ url 'https://github.com/defunkt/hub/tarball/v1.9.0'
homepage 'http://defunkt.io/hub/'
head 'https://github.com/defunkt/hub.git'
- md5 '1ca041817c014d2d3a5267f2aed4157b'
+ md5 '0f3b500947d0e9793d65f6b1b529b1c7'
def install
system "rake", "install", "prefix=#{prefix}"