Skip to content

Commit

Permalink
Added macOS Catalina bottle to monday formula
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Nov 19, 2019
1 parent c57ee65 commit 154c113
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/monday.rb
Expand Up @@ -6,6 +6,13 @@ class Monday < Formula
:revision => "904ea13f32a620146b15d01a15790edfce3c1f3c"
head "https://github.com/eko/monday.git"

bottle do
root_url "https://github.com/eko/monday/releases/download/v1.0.10/"
cellar :any_skip_relocation
rebuild 1
sha256 "a753365274ecc908ce8f371ae84c439165af79af32711239551fd1e87eff88a0" => :catalina
end

depends_on "go" => :build

def install
Expand Down

0 comments on commit 154c113

Please sign in to comment.