disktype: fix bottle misplacement
This commit is contained in:
parent
703d582085
commit
bb1e608746
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,8 @@ class Disktype < Formula
|
|||
homepage "http://disktype.sourceforge.net/"
|
||||
url "https://downloads.sourceforge.net/project/disktype/disktype/9/disktype-9.tar.gz"
|
||||
sha256 "b6701254d88412bc5d2db869037745f65f94b900b59184157d072f35832c1111"
|
||||
head ":pserver:anonymous:@disktype.cvs.sourceforge.net:/cvsroot/disktype", :using => :cvs
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "c1f45dc2bdcec2e3b56741bf03d673f3a99534f851d1c77de59d6832d0f75236" => :el_capitan
|
||||
|
@ -10,8 +12,6 @@ class Disktype < Formula
|
|||
sha256 "36d5db65030be2813c20d3d9df48ae5f2114ea1a3b4f5fb2db324169a52c3c87" => :mavericks
|
||||
end
|
||||
|
||||
head ":pserver:anonymous:@disktype.cvs.sourceforge.net:/cvsroot/disktype", :using => :cvs
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "disktype"
|
||||
|
|
Loading…
Reference in a new issue