diff options
| author | Brett Koonce | 2014-07-19 17:50:23 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-07-19 23:41:09 -0700 |
| commit | 2a7984aec89dece117639b0d37cb916b656e80cf (patch) | |
| tree | ba20ffaaf820cf5c60187086de0375b18f7e217c /Library/Formula/sec.rb | |
| parent | aa6366f1a953b6ed2d9bf597f59deb2540e80a13 (diff) | |
| download | homebrew-2a7984aec89dece117639b0d37cb916b656e80cf.tar.bz2 | |
sec 2.7.6
Diffstat (limited to 'Library/Formula/sec.rb')
| -rw-r--r-- | Library/Formula/sec.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/sec.rb b/Library/Formula/sec.rb index 11694ac28..22c2042b9 100644 --- a/Library/Formula/sec.rb +++ b/Library/Formula/sec.rb @@ -1,13 +1,13 @@ -require 'formula' +require "formula" class Sec < Formula - homepage 'http://simple-evcorr.sourceforge.net/' - url 'https://downloads.sourceforge.net/project/simple-evcorr/sec/2.7.5/sec-2.7.5.tar.gz' - sha1 'ceb2d0c27096306d8605354de87cc39c0fecaa03' + homepage "http://simple-evcorr.sourceforge.net/" + url "https://downloads.sourceforge.net/project/simple-evcorr/sec/2.7.6/sec-2.7.6.tar.gz" + sha1 "171fe152563832497f2647b6d1b9aa4b8047ba4e" def install - bin.install 'sec' - man1.install 'sec.man' => 'sec.1' + bin.install "sec" + man1.install "sec.man" => "sec.1" end test do |
