aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/logentries.rb
blob: 3bb11fe5c1652c5de8f4f37115ca1e9d53364754 (plain)
1
2
3
4
5
6
7
8
9
10
11
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