go-statik: add 0.1.1 bottle.
This commit is contained in:
parent
1420ca5152
commit
409fb1c018
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class GoStatik < Formula
|
|||
url "https://github.com/rakyll/statik/archive/v0.1.1.tar.gz"
|
||||
sha256 "c68ef3120a22bcf5bd5e8391db3507baeefc7047aa6539053229885287d0beb3"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "4cb6f07c12fc07134618e3e8a675dc33f3098bcb756a1435351c4aa7fce95039" => :high_sierra
|
||||
sha256 "5ccab9ad9db0e4cbb3ee5f59d1cbeb919b16dd3fcee9b851050555e045a8f9a6" => :sierra
|
||||
sha256 "8918cffc571af3338da4269b7016421f512b037409adb57ad07e1fd2a4113cbf" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
conflicts_with "statik", :because => "both install `statik` binaries"
|
||||
|
|
Loading…
Reference in a new issue