tutum 0.12.6
Closes Homebrew/homebrew#37220. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
35e2f7e1db
commit
baf7c4d656
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class Tutum < Formula
|
||||
homepage "https://www.tutum.co/"
|
||||
url "https://github.com/tutumcloud/tutum-cli/archive/v0.11.5.1.tar.gz"
|
||||
sha1 "cba0333eb55322320dbfad90840b2e260cb1e9bf"
|
||||
url "https://github.com/tutumcloud/tutum-cli/archive/v0.12.6.tar.gz"
|
||||
sha1 "b3e58b94fe0471edeecc742a821f47ab63d33085"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -31,8 +31,8 @@ class Tutum < Formula
|
|||
end
|
||||
|
||||
resource "python-tutum" do
|
||||
url "https://pypi.python.org/packages/source/p/python-tutum/python-tutum-0.11.2.tar.gz"
|
||||
sha1 "eea0dd65fc0a4809d1956a1052788fe9e9290c10"
|
||||
url "https://pypi.python.org/packages/source/p/python-tutum/python-tutum-0.12.6.tar.gz"
|
||||
sha1 "21374ce80c82a7e99f1f7a5fd63d1772df541651"
|
||||
end
|
||||
|
||||
resource "backports.ssl-match-hostname" do
|
||||
|
|
Loading…
Reference in a new issue