diff options
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 c67740c8a..05c45214e 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.2.tar.gz" - sha1 "cb46807114febb4d5ad8d24e9d6442d5fa9a7a36" + url "https://github.com/rizsotto/Bear/archive/1.4.3.tar.gz" + sha1 "10a212ba608b9fae4101fb5cf8c05c4279524209" depends_on "cmake" => :build depends_on "pkg-config" => :build |
