alot 0.7
Closes #24412. Signed-off-by: commitay <commitay@users.noreply.github.com>
This commit is contained in:
parent
454a9495ee
commit
ef76f3ef11
1 changed files with 13 additions and 12 deletions
|
@ -3,8 +3,8 @@ class Alot < Formula
|
|||
|
||||
desc "Text mode MUA using notmuch mail"
|
||||
homepage "https://github.com/pazz/alot"
|
||||
url "https://github.com/pazz/alot/archive/0.6.tar.gz"
|
||||
sha256 "36b4b3471e2815b3fac320d3b82be5c4252dce119d3d3112dcbf69dd67f0acb2"
|
||||
url "https://github.com/pazz/alot/archive/0.7.tar.gz"
|
||||
sha256 "2d49a7d61241cfadc993a8456076605b2cfe264c51f5e3f18f337bad58f29a1c"
|
||||
head "https://github.com/pazz/alot.git"
|
||||
|
||||
bottle do
|
||||
|
@ -21,6 +21,7 @@ class Alot < Formula
|
|||
depends_on "gpgme"
|
||||
depends_on "libmagic"
|
||||
depends_on "notmuch"
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "sphinx-doc" => [:build, :recommended]
|
||||
|
||||
resource "Automat" do
|
||||
|
@ -44,8 +45,8 @@ class Alot < Formula
|
|||
end
|
||||
|
||||
resource "gpg" do
|
||||
url "https://files.pythonhosted.org/packages/9f/46/4f6b63d1b5b82bac52b5b7723df8cd66a4864dc29861aa14d2d2de4a57f5/gpg-1.8.0.tar.gz"
|
||||
sha256 "cd26e8a77c907e0d9f14a627bf71729456fd26aa2d1f4d275b808d70b089e4f4"
|
||||
url "https://files.pythonhosted.org/packages/ef/86/c5a34243a932346c59cb25eb49a4d1dec227974209eb9b618d0ed57ea5be/gpg-1.10.0.tar.gz"
|
||||
sha256 "349214a866c84aa548bc35ed14eccd2ec9085b3958d5753a63a19a71a1f523ca"
|
||||
end
|
||||
|
||||
resource "hyperlink" do
|
||||
|
@ -59,8 +60,8 @@ class Alot < Formula
|
|||
end
|
||||
|
||||
resource "python-magic" do
|
||||
url "https://files.pythonhosted.org/packages/65/0b/c6b31f686420420b5a16b24a722fe980724b28d76f65601c9bc324f08d02/python-magic-0.4.13.tar.gz"
|
||||
sha256 "604eace6f665809bebbb07070508dfa8cabb2d7cb05be9a56706c60f864f1289"
|
||||
url "https://files.pythonhosted.org/packages/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-0.4.15.tar.gz"
|
||||
sha256 "f3765c0f582d2dfc72c15f3b5a82aecfae9498bd29ca840d72f37d7bd38bfcd5"
|
||||
end
|
||||
|
||||
resource "six" do
|
||||
|
@ -69,13 +70,13 @@ class Alot < Formula
|
|||
end
|
||||
|
||||
resource "Twisted" do
|
||||
url "https://files.pythonhosted.org/packages/31/bf/7f86a8f8b9778e90d8b2921e9f442a8c8aa33fd2489fc10f236bc8af1749/Twisted-17.5.0.tar.bz2"
|
||||
sha256 "f198a494f0df2482f7c5f99d7f3eef33d22763ffc76641b36fec476b878002ea"
|
||||
url "https://files.pythonhosted.org/packages/a2/37/298f9547606c45d75aa9792369302cc63aa4bbcf7b5f607560180dd099d2/Twisted-17.9.0.tar.bz2"
|
||||
sha256 "0da1a7e35d5fcae37bc9c7978970b5feb3bc82822155b8654ec63925c05af75c"
|
||||
end
|
||||
|
||||
resource "urwid" do
|
||||
url "https://files.pythonhosted.org/packages/85/5d/9317d75b7488c335b86bd9559ca03a2a023ed3413d0e8bfe18bea76f24be/urwid-1.3.1.tar.gz"
|
||||
sha256 "cfcec03e36de25a1073e2e35c2c7b0cc6969b85745715c3a025a31d9786896a1"
|
||||
url "https://files.pythonhosted.org/packages/c7/90/415728875c230fafd13d118512bde3184d810d7bf798a631abc05fac09d0/urwid-2.0.1.tar.gz"
|
||||
sha256 "644d3e3900867161a2fc9287a9762753d66bd194754679adb26aede559bcccbc"
|
||||
end
|
||||
|
||||
resource "urwidtrees" do
|
||||
|
@ -84,8 +85,8 @@ class Alot < Formula
|
|||
end
|
||||
|
||||
resource "zope.interface" do
|
||||
url "https://files.pythonhosted.org/packages/c5/88/93373971f893714f0dc15e09696ec4886ee8b4e561ce5ae45612c2c516c4/zope.interface-4.4.2.tar.gz"
|
||||
sha256 "4e59e427200201f69ef82956ddf9e527891becf5b7cde8ec3ce39e1d0e262eb0"
|
||||
url "https://files.pythonhosted.org/packages/bd/d2/25349ed41f9dcff7b3baf87bd88a4c82396cf6e02f1f42bb68657a3132af/zope.interface-4.4.3.tar.gz"
|
||||
sha256 "d6d26d5dfbfd60c65152938fcb82f949e8dada37c041f72916fef6621ba5c5ce"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue