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

Commit 724b9d6

Browse files
committed
First attempt to build 2.1.0
1 parent 65186b5 commit 724b9d6

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Formula/reception.rb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Reception < Formula
22
desc "Entry page & reverse proxy for all your docker-compose projects."
3-
homepage "https://github.com/ninech/reception"
4-
url "https://github.com/ninech/reception/archive/2.0.0.tar.gz"
5-
sha256 "efc080ca5245a6a9718936c22c7502a889c2d3dd71880315fe4bea95b4da4cb5"
6-
head "https://github.com/ninech/reception.git"
7-
revision 3
3+
homepage "https://github.com/nxt-engineering/reception"
4+
url "https://github.com/nxt-engineering/reception/archive/2.1.0.tar.gz"
5+
sha256 "444dc4bee3967befa181eadd0574095dedb3de86cf85fbcad56df6d1a7cbe884"
6+
head "https://github.com/nxt-engineering/reception.git"
7+
revision 0
88

99
depends_on "go" => :build
1010
depends_on "git" => :build
@@ -13,14 +13,13 @@ class Reception < Formula
1313

1414
bottle do
1515
cellar :any
16-
root_url "https://github.com/ninech/homebrew-reception/releases/download/v2.0.0_3"
17-
sha256 "70964ae0e9f1c416ddde43adbb50e955b0f6d38c2f86b7310912ebca01d89f3d" => :sierra
16+
root_url "https://github.com/nxt-engineering/homebrew-reception/releases/download/v2.0.0_3"
1817
sha256 "c899d65c03ec0c228dc4af52c35cd816cb3e1ad4771919b6f32128def3541b66" => :high_sierra
1918
end
2019

2120
def install
22-
mkdir_p buildpath/"src/github.com/ninech"
23-
ln_sf buildpath, buildpath/"src/github.com/ninech/reception"
21+
mkdir_p buildpath/"src/github.com/nxt-engineering"
22+
ln_sf buildpath, buildpath/"src/github.com/nxt-engineering/reception"
2423

2524
ENV["GOBIN"] = buildpath
2625
ENV["GOPATH"] = buildpath
@@ -33,7 +32,7 @@ def install
3332

3433
def caveats
3534
<<~EOS
36-
Read https://github.com/ninech/reception#macos to learn how to complete the setup!
35+
Read https://github.com/nxt-engineering/reception#macos to learn how to complete the setup!
3736
3837
It's important to launch reception as root. So if you use "brew services", use force:
3938

0 commit comments

Comments
 (0)