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

Commit

Permalink
c-kermit: style nits
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Jan 27, 2013
1 parent d8fccfd commit a438614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/c-kermit.rb
@@ -1,10 +1,10 @@
require 'formula'

class CKermit < Formula
url 'http://www.kermitproject.org/ftp/kermit/archives/cku302.tar.gz'
homepage 'http://www.kermitproject.org/'
sha1 'd04c8b5600bc0bb0f163d294881f7a5a0d4395b5'
url 'http://www.kermitproject.org/ftp/kermit/archives/cku302.tar.gz'
version '9.0.302'
sha1 'd04c8b5600bc0bb0f163d294881f7a5a0d4395b5'

def install
system "make macosx"
Expand Down

0 comments on commit a438614

Please sign in to comment.