diff options
| author | Brett Koonce | 2013-08-16 21:23:59 -0500 | 
|---|---|---|
| committer | Misty De Meo | 2013-08-16 23:25:26 -0700 | 
| commit | c73261b93451f66f20e5d4501f12885bc7abd1bd (patch) | |
| tree | 47d0d2c1ca33672e885464d65c06eddce8daf675 | |
| parent | 6cf6d8cba3a0531d4f2a9f5d39a8d8a685b6de32 (diff) | |
| download | homebrew-c73261b93451f66f20e5d4501f12885bc7abd1bd.tar.bz2 | |
logentries v1.2.14
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
| -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 7c6397f4e..160c18d4c 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.12.tar.gz' -  sha1 '7dc003bee3c3169fc88a34aa21cdc3e606e194df' +  url 'https://github.com/logentries/le/archive/v1.2.14.tar.gz' +  sha1 'd0b8073c7d5cae990b186bacf1bb2e2d39c544a5'    def install      bin.install 'le' | 
