From 5607febb08d964011c4f4fa5f50a816f1c6d093e Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Wed, 14 Dec 2016 21:41:17 -0800 Subject: [PATCH] vultr: update url and checksum Upstream published a new tarball with the version updated from 1.11 to 1.11.0, which brew's version parsing treats as equivalent, so bump the revision. Also, one of the resources has been updated. Closes #7879. Signed-off-by: ilovezfs --- Formula/vultr.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/vultr.rb b/Formula/vultr.rb index a1f848ff33..c4681b1214 100644 --- a/Formula/vultr.rb +++ b/Formula/vultr.rb @@ -3,8 +3,9 @@ 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/v1.11.tar.gz" - sha256 "a717c3fc07e652822e2c567dd7b715553b754885948b40c430b640a1e5ef65ea" + url "https://github.com/JamesClonk/vultr/archive/1.11.0.tar.gz" + sha256 "a6af3e4e88cf45f2a6ccfac5530bfebbd1c347c18568932c51c0c28c82e953e8" + revision 1 head "https://github.com/JamesClonk/vultr.git" bottle do @@ -20,7 +21,7 @@ class Vultr < Formula go_resource "github.com/jawher/mow.cli" do url "https://github.com/jawher/mow.cli.git", - :revision => "660b9261e2c80bb92e5a0eaa581596084656140e" + :revision => "0de3d3b4ed00f261460d12ecde4efa90fbfcd8ed" end go_resource "github.com/juju/ratelimit" do