Skip to content

Commit

Permalink
tutum 0.12.6
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#37220.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
  • Loading branch information
tifayuki authored and tdsmith committed Mar 1, 2015
1 parent 35e2f7e commit baf7c4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/tutum.rb
Expand Up @@ -2,8 +2,8 @@

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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit baf7c4d

Please sign in to comment.