parent
46ffe8916f
commit
c7c2323e2a
1 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@ require "language/go"
|
|||
class Vultr < Formula
|
||||
desc "Command-line tool for Vultr"
|
||||
homepage "https://jamesclonk.github.io/vultr"
|
||||
url "https://github.com/JamesClonk/vultr/archive/1.12.0.tar.gz"
|
||||
sha256 "c95d90dc7972bd4f41d665c4632a428d3f1d0fb68b34665a3bf120ce3d69f5f7"
|
||||
url "https://github.com/JamesClonk/vultr/archive/1.13.0.tar.gz"
|
||||
sha256 "9cb5936ba70f958ab4e53a23da0ef7ea5b11de8ebaf194082c3f758779d49650"
|
||||
head "https://github.com/JamesClonk/vultr.git"
|
||||
|
||||
bottle do
|
||||
|
@ -19,12 +19,12 @@ class Vultr < Formula
|
|||
|
||||
go_resource "github.com/jawher/mow.cli" do
|
||||
url "https://github.com/jawher/mow.cli.git",
|
||||
:revision => "0de3d3b4ed00f261460d12ecde4efa90fbfcd8ed"
|
||||
:revision => "d3ffbc2f98b83e09dc8efd55ecec75eb5fd656ec"
|
||||
end
|
||||
|
||||
go_resource "github.com/juju/ratelimit" do
|
||||
url "https://github.com/juju/ratelimit.git",
|
||||
:revision => "77ed1c8a01217656d2080ad51981f6e99adaa177"
|
||||
:revision => "acf38b000a03e4ab89e40f20f1e548f4e6ac7f72"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue