diff options
| author | Brett Koonce | 2014-06-21 13:21:45 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-06-21 17:23:12 -0700 |
| commit | 0a893e1fa52a5af3e4fd733829b96d0ae69e933a (patch) | |
| tree | 0f2b960f1a937df3b69254c0daeedf6e8960a250 /Library/Formula | |
| parent | 189120bc8fad489f1a6cbb96b69c3a3344e06836 (diff) | |
| download | homebrew-0a893e1fa52a5af3e4fd733829b96d0ae69e933a.tar.bz2 | |
Bear 1.4.2
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bear.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/bear.rb b/Library/Formula/bear.rb index 769bfa7bc..c67740c8a 100644 --- a/Library/Formula/bear.rb +++ b/Library/Formula/bear.rb @@ -2,8 +2,8 @@ require "formula" class Bear < Formula homepage "https://github.com/rizsotto/Bear" - url "https://github.com/rizsotto/Bear/archive/1.4.1.tar.gz" - sha1 "79d47abfa497744b40ac39065e6ebfbe5638f6cd" + url "https://github.com/rizsotto/Bear/archive/1.4.2.tar.gz" + sha1 "cb46807114febb4d5ad8d24e9d6442d5fa9a7a36" depends_on "cmake" => :build depends_on "pkg-config" => :build |
