diff options
| author | Roderik van der Veer | 2015-04-06 08:31:54 +0200 |
|---|---|---|
| committer | Xu Cheng | 2015-04-06 20:58:20 +0800 |
| commit | 678338a14215db3380aa6f052c89078419252f07 (patch) | |
| tree | dfb48434127ea5e5f5bfbc91fcd4eb5921ee4ad9 /Library/Formula | |
| parent | fef0f14b34e80bd4fe7c015081df8e29bbc85a0b (diff) | |
| download | homebrew-678338a14215db3380aa6f052c89078419252f07.tar.bz2 | |
subliminal: add HEAD and fix dependencies
Added the HEAD option because v0.7.5 is very old and does not work properly. v0.8.0 is over a year in the making and only available as HEAD. Furthermore, python-dateutil 2.4.1 is not downloadable, updated to 2.4.2, and it requires pyxdg now
Closes #38403.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/subliminal.rb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Library/Formula/subliminal.rb b/Library/Formula/subliminal.rb index f866bbd99..dc87b834d 100644 --- a/Library/Formula/subliminal.rb +++ b/Library/Formula/subliminal.rb @@ -2,6 +2,7 @@ class Subliminal < Formula homepage "https://subliminal.readthedocs.org" url "https://github.com/Diaoul/subliminal/archive/0.7.5.tar.gz" sha256 "ade34adc8085feba51cf056410e38bea0042e5956732e430baa5295e6522daa1" + head "https://github.com/Diaoul/subliminal.git" bottle do cellar :any @@ -13,6 +14,11 @@ class Subliminal < Formula depends_on :python if MacOS.version <= :snow_leopard + resource "pyxdg" do + url "https://pypi.python.org/packages/source/p/pyxdg/pyxdg-0.25.tar.gz" + sha256 "81e883e0b9517d624e8b0499eb267b82a815c0b7146d5269f364988ae031279d" + end + resource "requests" do url "https://pypi.python.org/packages/source/r/requests/requests-2.6.0.tar.gz" sha256 "1cdbed1f0e236f35ef54e919982c7a338e4fea3786310933d3a7887a04b74d75" @@ -89,8 +95,8 @@ class Subliminal < Formula end resource "python-dateutil" do - url "https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.4.1.tar.gz" - sha256 "23fd0a7c228d9c298c562245290a3f82999586c87aae71250f95f9894cb22c7c" + url "https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.4.2.tar.gz" + sha256 "3e95445c1db500a344079a47b171c45ef18f57d188dffdb0e4165c71bea8eb3d" end resource "guessit" do |
