Skip to content

Commit

Permalink
[Jenson|Roy] Fix brew upgrade issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jensoncs committed Nov 19, 2018
1 parent 42b96be commit e947cc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/proctor.rb.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ class Proctor < Formula
desc "Proctor CLI"
homepage "https://github.com/gojektech/proctor"
url "https://github.com/gojektech/proctor/releases/download/v{{ .Tag }}/proctor_{{ .Tag }}_Darwin_x86_64.tar.gz"
version "{{ .Tag }}"
sha256 "{{ .SHA }}"
head "https://github.com/gojektech/proctor.git"

bottle :unneeded

def install
bin.install "proctor"
end
Expand Down

0 comments on commit e947cc1

Please sign in to comment.