launch_socket_server: add 2.0.0 bottle.
This commit is contained in:
parent
e22f06c202
commit
dbf9e43d79
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class LaunchSocketServer < Formula
|
|||
sha256 "507184544d170dab63e6112198212033aaa84edf0e092c1dfe641087f092f365"
|
||||
head "https://github.com/mistydemeo/launch_socket_server.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "ff86499103ad1d9d33cdc039e24f065aa08405bda980c9e242c46ed157bc33ff" => :catalina
|
||||
sha256 "823d84eddeb72fdabeccdc189bc19269485bfeb23d0a57824cdbf95c92a6ccb8" => :mojave
|
||||
sha256 "ef58f2afc33d6454282d1e1b92e4d16269885464707ae58079c29514f4cadc60" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue