Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Commit 508ca24

Browse files
authored
Merge pull request #1 from nxt-engineering/high_sierra_bottle
Adds bottle for high sierra
2 parents 52d210e + 444e68c commit 508ca24

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/reception.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ class Reception < Formula
44
url "https://github.com/nxt-engineering/reception/archive/2.1.0.tar.gz"
55
sha256 "444dc4bee3967befa181eadd0574095dedb3de86cf85fbcad56df6d1a7cbe884"
66
head "https://github.com/nxt-engineering/reception.git"
7-
revision 0
7+
revision 1
88

99
depends_on "go" => :build
1010
depends_on "git" => :build
1111
depends_on "docker" => :optional
1212
depends_on "docker-compose" => :optional
1313

1414
bottle do
15-
cellar :any
16-
root_url "https://github.com/nxt-engineering/homebrew-reception/releases/download/v2.1.0_0"
15+
cellar :any_skip_relocation
16+
root_url "https://github.com/nxt-engineering/homebrew-reception/releases/download/v2.1.0_1"
1717
sha256 "28b73ddf0187d25e5d57c844f877be16f0fd626efad6f52d6c272b1c90db8a25" => :mojave
18+
sha256 "604dbb8596c93fc9d002f5f9e8f476287a71b5f23e87a8716f2638edefa39441" => :high_sierra
1819
end
1920

2021
def install

0 commit comments

Comments
 (0)