Skip to content

Commit

Permalink
chore: docker-mac-net-connect v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnr committed Sep 6, 2024
1 parent 3873f8e commit f341e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Formula/docker-mac-net-connect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
class DockerMacNetConnect < Formula
desc "Connect directly to Docker-for-Mac containers via IP address 🐳 💻"

Check failure on line 5 in Formula/docker-mac-net-connect.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

FormulaAudit/Desc: Description shouldn't contain Unicode emojis or symbols.

Check failure on line 5 in Formula/docker-mac-net-connect.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-latest)

FormulaAudit/Desc: Description shouldn't contain Unicode emojis or symbols.
homepage "https://github.com/chipmk/docker-mac-net-connect"
version "v0.1.2"
version "v0.1.3"

Check failure on line 7 in Formula/docker-mac-net-connect.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

FormulaAudit/Version: version v0.1.3 should not have a leading 'v'

Check failure on line 7 in Formula/docker-mac-net-connect.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-latest)

FormulaAudit/Version: version v0.1.3 should not have a leading 'v'
url "https://github.com/chipmk/docker-mac-net-connect/archive/refs/tags/#{version}.tar.gz"

Check failure on line 8 in Formula/docker-mac-net-connect.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

FormulaAudit/ComponentsOrder: `url` (line 8) should be put before `version` (line 7)

Check failure on line 8 in Formula/docker-mac-net-connect.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-latest)

FormulaAudit/ComponentsOrder: `url` (line 8) should be put before `version` (line 7)
sha256 "9fc765de8168f52bd50b1ca0e70629f88032c63140fe54350eff5822d323f072"
sha256 "d4dde52cbc8573cf923fb3c9c1470f0d699a0d96a44b6afa4b01325247f02cff"
license "MIT"

depends_on "go" => :build
Expand Down
2 changes: 1 addition & 1 deletion install-local.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

brew reinstall --build-from-source chipmk/tap/docker-mac-net-connect
brew reinstall --build-from-source ./Formula/docker-mac-net-connect.rb

0 comments on commit f341e83

Please sign in to comment.