diff options
| author | Brett Koonce | 2014-09-21 18:08:23 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-09-24 22:17:11 -0700 |
| commit | fd894dd2d8ccd8cab9863b1eb8d8ffaa64429100 (patch) | |
| tree | 05860e95b42b0770b80130fbf77ef87a65eb6c72 /Library/Formula/bashdb.rb | |
| parent | c211b23fa9fb542ca55db58c0902e779374f7539 (diff) | |
| download | homebrew-fd894dd2d8ccd8cab9863b1eb8d8ffaa64429100.tar.bz2 | |
bashdb: 4.3-0.9, depends_on :macos => :mountain_lion
Closes #32503.
Diffstat (limited to 'Library/Formula/bashdb.rb')
| -rw-r--r-- | Library/Formula/bashdb.rb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Library/Formula/bashdb.rb b/Library/Formula/bashdb.rb index e3ad9ec45..a5b788d7b 100644 --- a/Library/Formula/bashdb.rb +++ b/Library/Formula/bashdb.rb @@ -1,12 +1,13 @@ -require 'formula' +require "formula" class Bashdb < Formula - homepage 'http://bashdb.sourceforge.net' - url 'https://downloads.sourceforge.net/project/bashdb/bashdb/4.2-0.8/bashdb-4.2-0.8.tar.bz2' - sha1 'fc893fbe58416036815daa0e5e99f5fa409670ef' - version '4.2-0.8' + homepage "http://bashdb.sourceforge.net" + url "https://downloads.sourceforge.net/project/bashdb/bashdb/4.3-0.9/bashdb-4.3-0.9.tar.bz2" + sha1 "0eed12b3d0c23e75feb97ef885a60cb81cc997a3" + version "4.3-0.9" - depends_on 'bash' + depends_on "bash" + depends_on :macos => :mountain_lion def install system "./configure", "--with-bash=#{HOMEBREW_PREFIX}/bin/bash", |
