Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
hub 1.10
Browse files Browse the repository at this point in the history
Bugfixes & now with `hub merge` command!

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
mislav authored and adamv committed May 8, 2012
1 parent fc9dfa4 commit b2e6ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/hub.rb
@@ -1,10 +1,10 @@
require 'formula'

class Hub < Formula
url 'https://github.com/defunkt/hub/tarball/v1.9.0'
url 'https://github.com/defunkt/hub/tarball/v1.10.0'
homepage 'http://defunkt.io/hub/'
head 'https://github.com/defunkt/hub.git'
md5 '0f3b500947d0e9793d65f6b1b529b1c7'
md5 '7d15ba52525844367fd668cd54e658f8'

def install
system "rake", "install", "prefix=#{prefix}"
Expand Down

0 comments on commit b2e6ba8

Please sign in to comment.