diff options
| -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' | 
