Skip to content

Commit

Permalink
passpie 1.5.1
Browse files Browse the repository at this point in the history
Closes #2748.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
marcwebbie authored and DomT4 committed Jul 6, 2016
1 parent 896cf93 commit b937fb0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/passpie.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Passpie < Formula
desc "Manage login credentials from the terminal"
homepage "https://github.com/marcwebbie/passpie"
url "https://files.pythonhosted.org/packages/6b/d1/e198766fee560af7d6568f213209c7f377376edaa326a7d5802ef5262aa5/passpie-1.4.3.tar.gz"
sha256 "c6778a65fd7c1e00be94cc39a0468f04509d0c14b3686a1788f2012917b1d2fc"
url "https://pypi.python.org/packages/4f/f5/93b7b987b6964108ca3c9e4b22150addd6a44e6afeb1fb22310f54e390d7/passpie-1.5.1.tar.gz"
sha256 "d6dcfb1b0760396f54b37ce1b156ab81da20f4b1eb18c3ba6b0d50b6332cb000"
head "https://github.com/marcwebbie/passpie.git"

bottle do
Expand All @@ -16,28 +16,28 @@ class Passpie < Formula
depends_on :gpg

resource "click" do
url "https://pypi.python.org/packages/source/c/click/click-6.2.tar.gz"
sha256 "fba0ff70f5ebb4cebbf64c40a8fbc222fb7cf825237241e548354dabe3da6a82"
url "https://files.pythonhosted.org/packages/7a/00/c14926d8232b36b08218067bcd5853caefb4737cda3f0a47437151344792/click-6.6.tar.gz"
sha256 "cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9"
end

resource "PyYAML" do
url "https://pypi.python.org/packages/source/P/PyYAML/PyYAML-3.11.tar.gz"
url "https://files.pythonhosted.org/packages/75/5e/b84feba55e20f8da46ead76f14a3943c8cb722d40360702b2365b91dec00/PyYAML-3.11.tar.gz"
sha256 "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8"
end

resource "rstr" do
url "https://pypi.python.org/packages/source/r/rstr/rstr-2.2.3.tar.gz"
sha256 "10a58eb08a7e3735eddc8f32f3db419797dadb6335b02b94dcd8d741363d79e9"
url "https://files.pythonhosted.org/packages/34/73/bf268029482255aa125f015baab1522a22ad201ea5e324038fb542bc3706/rstr-2.2.4.tar.gz"
sha256 "64a086a7449a576de7f40327f8cd0a7752efbbb298e65dc68363ee7db0a1c8cf"
end

resource "tabulate" do
url "https://pypi.python.org/packages/source/t/tabulate/tabulate-0.7.5.tar.gz"
url "https://files.pythonhosted.org/packages/db/40/6ffc855c365769c454591ac30a25e9ea0b3e8c952a1259141f5b9878bd3d/tabulate-0.7.5.tar.gz"
sha256 "9071aacbd97a9a915096c1aaf0dc684ac2672904cd876db5904085d6dac9810e"
end

resource "tinydb" do
url "https://pypi.python.org/packages/source/t/tinydb/tinydb-3.1.2.zip"
sha256 "6d9df6c30fc37dad487c23bfadfa6161de422a7f2b16b55d779df88559fc9095"
url "https://files.pythonhosted.org/packages/6c/2e/0df79439cf5cb3c6acfc9fb87e12d9a0ff45d3c573558079b09c72b64ced/tinydb-3.2.1.zip"
sha256 "7fc5bfc2439a0b379bd60638b517b52bcbf70220195b3f3245663cb8ad9dbcf0"
end

def install
Expand Down

0 comments on commit b937fb0

Please sign in to comment.