diff options
| author | Brett Koonce | 2014-03-16 10:27:12 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-03-16 11:14:56 -0500 | 
| commit | 8cbe457b8ad406cba793f712daafd9db6d948804 (patch) | |
| tree | 21fc154fb7a5af0ccc12586ec7d7f5119e5a4666 | |
| parent | a5655495bcdafafc31ef7bd9502279537278d2ff (diff) | |
| download | homebrew-8cbe457b8ad406cba793f712daafd9db6d948804.tar.bz2 | |
logentries 1.2.17
| -rw-r--r-- | Library/Formula/logentries.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/logentries.rb b/Library/Formula/logentries.rb index 617310336..b121e3caf 100644 --- a/Library/Formula/logentries.rb +++ b/Library/Formula/logentries.rb @@ -2,8 +2,8 @@ require 'formula'  class Logentries < Formula    homepage 'https://logentries.com/doc/agent/' -  url 'https://github.com/logentries/le/archive/v1.2.16.tar.gz' -  sha1 'cdb0ea98e4e2654820d6810c690d330613cd285d' +  url 'https://github.com/logentries/le/archive/v1.2.17.tar.gz' +  sha1 'cf961dd02a3f5df367f8435478e4362b8190b3d2'    conflicts_with 'le', :because => 'both install a le binary' | 
