legit: skip_clean no longer needed
This commit is contained in:
parent
68cf27521d
commit
f9d6d47306
1 changed files with 1 additions and 4 deletions
|
@ -2,12 +2,9 @@ require 'formula'
|
|||
|
||||
class Legit < Formula
|
||||
homepage 'http://www.git-legit.org/'
|
||||
|
||||
url 'https://github.com/downloads/kennethreitz/legit/legit-v0.1.0-darwin-x86.tar.bz2'
|
||||
version '0.1.0'
|
||||
md5 '8e9e48ae8ff779e1c79a9b12c0d6508c'
|
||||
|
||||
skip_clean :all
|
||||
sha1 'a2cdfb59ab949f14f23784cf6861a50da923f71b'
|
||||
|
||||
def install
|
||||
bin.install 'legit'
|
||||
|
|
Loading…
Reference in a new issue