homebrew-core/Formula/logentries.rb
Brett Koonce f4fae93974 logentries v1.2.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-21 20:16:25 -07:00

11 lines
253 B
Ruby

require 'formula'
class Logentries < Formula
homepage 'https://logentries.com/doc/agent/'
url 'https://github.com/logentries/le/archive/v1.2.11.tar.gz'
sha1 'f10a172a792799e4e75a93d55e2746631a845dab'
def install
bin.install 'le'
end
end