diff options
| author | Brett Koonce | 2014-03-16 10:26:56 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-03-16 11:14:56 -0500 | 
| commit | a5655495bcdafafc31ef7bd9502279537278d2ff (patch) | |
| tree | dcb32de53aa052ca920e1101e94d1903e8b5fc15 | |
| parent | 95b17c80bc73b1aa63075477c5c39159928c1361 (diff) | |
| download | homebrew-a5655495bcdafafc31ef7bd9502279537278d2ff.tar.bz2 | |
libbtbb 2014-02-R2
| -rw-r--r-- | Library/Formula/libbtbb.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/libbtbb.rb b/Library/Formula/libbtbb.rb index 9e22519b4..a3ec01827 100644 --- a/Library/Formula/libbtbb.rb +++ b/Library/Formula/libbtbb.rb @@ -2,9 +2,9 @@ require "formula"  class Libbtbb < Formula    homepage "https://github.com/greatscottgadgets/libbtbb" -  url "https://github.com/greatscottgadgets/libbtbb/archive/2014-02-R1.tar.gz" -  sha1 "d0004f7d7afdee949cd7ddf0e3f13510861a9c7d" -  version "2014-02-R1" +  url "https://github.com/greatscottgadgets/libbtbb/archive/2014-02-R2.tar.gz" +  sha1 "aa94b7d92465704aa647123f11e906491a26d090" +  version "2014-02-R2"    head "https://github.com/greatscottgadgets/libbtbb.git" | 
