diff options
| author | Adam Vandenberg | 2013-03-29 13:40:17 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-03-29 13:40:17 -0700 | 
| commit | 55e65f31e2db49e0adff05fa33fb7b87f87c58a0 (patch) | |
| tree | a1f18507af0b421f5ab2cfb17cac9745bbf0071a | |
| parent | b8380793c0429145098e1fd438e4e71bcd4b16b8 (diff) | |
| download | homebrew-55e65f31e2db49e0adff05fa33fb7b87f87c58a0.tar.bz2 | |
libcec 2.1.1
Closes #18827.
| -rw-r--r-- | Library/Formula/libcec.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/libcec.rb b/Library/Formula/libcec.rb index bdd8e9835..6c62a22c9 100644 --- a/Library/Formula/libcec.rb +++ b/Library/Formula/libcec.rb @@ -2,8 +2,8 @@ require 'formula'  class Libcec < Formula    homepage 'http://libcec.pulse-eight.com/' -  url 'https://github.com/Pulse-Eight/libcec/archive/libcec-2.0.5-repack.zip' -  sha1 '94b2c94439156c13499620777bfe03900016879a' +  url 'https://github.com/Pulse-Eight/libcec/archive/libcec-2.1.1.tar.gz' +  sha1 '81597f9cd0923371bdfb5045ca9d88897152fb3f'    depends_on :autoconf    depends_on :automake | 
