1
1
class Reception < Formula
2
2
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
8
8
9
9
depends_on "go" => :build
10
10
depends_on "git" => :build
@@ -13,14 +13,13 @@ class Reception < Formula
13
13
14
14
bottle do
15
15
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"
18
17
sha256 "c899d65c03ec0c228dc4af52c35cd816cb3e1ad4771919b6f32128def3541b66" => :high_sierra
19
18
end
20
19
21
20
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"
24
23
25
24
ENV [ "GOBIN" ] = buildpath
26
25
ENV [ "GOPATH" ] = buildpath
@@ -33,7 +32,7 @@ def install
33
32
34
33
def caveats
35
34
<<~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!
37
36
38
37
It's important to launch reception as root. So if you use "brew services", use force:
39
38
0 commit comments