stormssh 0.6.7
Closes Homebrew/homebrew#45183. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
dedee9a716
commit
ef92eb5f05
1 changed files with 12 additions and 12 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Stormssh < Formula
|
class Stormssh < Formula
|
||||||
desc "Command-line tool to manage your ssh connections"
|
desc "Command-line tool to manage your ssh connections"
|
||||||
homepage "https://github.com/emre/storm"
|
homepage "https://github.com/emre/storm"
|
||||||
url "https://pypi.python.org/packages/source/s/stormssh/stormssh-0.6.5.tar.gz"
|
url "https://pypi.python.org/packages/source/s/stormssh/stormssh-0.6.7.tar.gz"
|
||||||
sha256 "1111eb2c9103847078154a4bc444b105326c6298a110d05fb625cb195eac468a"
|
sha256 "9a68f77a23db68294fc65b0d7613b0e62de991c5b5925c1d544a4c8e26b14606"
|
||||||
head "https://github.com/emre/storm.git"
|
head "https://github.com/emre/storm.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -25,8 +25,8 @@ class Stormssh < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "six" do
|
resource "six" do
|
||||||
url "https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz"
|
url "https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz"
|
||||||
sha256 "e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5"
|
sha256 "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "termcolor" do
|
resource "termcolor" do
|
||||||
|
@ -40,13 +40,13 @@ class Stormssh < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "jinja2" do
|
resource "jinja2" do
|
||||||
url "https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.3.tar.gz"
|
url "https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.8.tar.gz"
|
||||||
sha256 "2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb"
|
sha256 "bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "werkzeug" do
|
resource "werkzeug" do
|
||||||
url "https://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.9.6.tar.gz"
|
url "https://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.10.4.tar.gz"
|
||||||
sha256 "7f11e7e2e73eb22677cac1b11113eb6106f66cedef13d140e83cf6563c90b79c"
|
sha256 "9d2771e4c89be127bc4bac056ab7ceaf0e0064c723d6b6e195739c3af4fd5c1d"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "itsdangerous" do
|
resource "itsdangerous" do
|
||||||
|
@ -55,13 +55,13 @@ class Stormssh < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "ecdsa" do
|
resource "ecdsa" do
|
||||||
url "https://pypi.python.org/packages/source/e/ecdsa/ecdsa-0.11.tar.gz"
|
url "https://pypi.python.org/packages/source/e/ecdsa/ecdsa-0.13.tar.gz"
|
||||||
sha256 "8e3b6c193f91dc94b2f3b0261e3eabbdc604f78ff99fdad324a56fdd0b5e958c"
|
sha256 "64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "paramiko" do
|
resource "paramiko" do
|
||||||
url "https://pypi.python.org/packages/source/p/paramiko/paramiko-1.15.2.tar.gz"
|
url "https://pypi.python.org/packages/source/p/paramiko/paramiko-1.15.3.tar.gz"
|
||||||
sha256 "4f56a671a3eecbb76e6143e6e4ca007d503a39aa79aa9e14ade667fa53fd6e55"
|
sha256 "7e17ec363c73acb0e77a5fcc6e44a0dd494339a9067e99a997a7d32b4272fef1"
|
||||||
end
|
end
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue