diff options
| author | Brett Koonce | 2014-04-19 10:01:06 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-04-19 12:16:27 -0500 | 
| commit | 44f5442f9ecf360767e4d1c6e416bd14520d1bc1 (patch) | |
| tree | 384b93f09802588fb6e477f9df6091f1309e3e30 | |
| parent | 9690d3a50d26b0533205e69c71c0d6af40a77cb3 (diff) | |
| download | homebrew-44f5442f9ecf360767e4d1c6e416bd14520d1bc1.tar.bz2 | |
logentries 1.3.0
| -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 b121e3caf..5124f1284 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.17.tar.gz' -  sha1 'cf961dd02a3f5df367f8435478e4362b8190b3d2' +  url 'https://github.com/logentries/le/archive/v1.3.0.tar.gz' +  sha1 '3d32c8c6a8faf9346558974310787c0dd9c3f468'    conflicts_with 'le', :because => 'both install a le binary' | 
