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

Commit

Permalink
hub 1.8.3
Browse files Browse the repository at this point in the history
Closes #10639.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
mislav authored and jacknagel committed Mar 2, 2012
1 parent 76f87e6 commit 0ba9a8f
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.8.2'
url 'https://github.com/defunkt/hub/tarball/v1.8.3'
homepage 'https://github.com/defunkt/hub#readme'
head 'https://github.com/defunkt/hub.git'
md5 '10924032b54b9ae9ed1b42c22bfecd3f'
md5 '8775c2312ba2b175775a81e9b0bf5e24'

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

0 comments on commit 0ba9a8f

Please sign in to comment.