kobalt 1.0.110 (#24090)
This commit is contained in:
parent
6b2a35b608
commit
08e8ec38cc
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
class Kobalt < Formula
|
||||
desc "Build system"
|
||||
homepage "http://beust.com/kobalt"
|
||||
url "https://github.com/cbeust/kobalt/releases/download/1.0.102/kobalt-1.0.102.zip"
|
||||
sha256 "d789999a80154aa6fc41dabb90ace15178dcd0f797344e3bec2baaacb3e1f6c0"
|
||||
url "https://github.com/cbeust/kobalt/releases/download/1.0.110/kobalt-1.0.110.zip"
|
||||
sha256 "7649bd56a551f69fd7d05f3732d20ad4d27b92ac777eab79333a06c29ac8e9fa"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
def install
|
||||
libexec.install %w[kobalt]
|
||||
libexec.install "kobalt-#{version}/kobalt"
|
||||
|
||||
(bin/"kobaltw").write <<~EOS
|
||||
#!/bin/bash
|
||||
|
|
Loading…
Reference in a new issue