you-get 0.4.595
Closes #7092. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
4a28246dd3
commit
3a79baebcb
1 changed files with 2 additions and 5 deletions
|
@ -3,10 +3,8 @@ class YouGet < Formula
|
|||
|
||||
desc "Dumb downloader that scrapes the web"
|
||||
homepage "https://you-get.org/"
|
||||
url "https://files.pythonhosted.org/packages/01/65/3830393a7abb7f744fd2a85324859aa67d9979a4fa0cbdba4d2ec192d038/you-get-0.4.555.tar.gz"
|
||||
sha256 "a90f26c8059240803b1c0a9ed9816af3f1831b9d8ffb9be572a0f5fb4f6eee4d"
|
||||
revision 2
|
||||
|
||||
url "https://github.com/soimort/you-get/releases/download/v0.4.595/you-get-0.4.595.tar.gz"
|
||||
sha256 "c366ccfa14e334fe9320b52582a4a41c5d396181fadc5d82eb2dda1f7f5d2a70"
|
||||
head "https://github.com/soimort/you-get.git", :branch => "develop"
|
||||
|
||||
bottle do
|
||||
|
@ -20,7 +18,6 @@ class YouGet < Formula
|
|||
depends_on "rtmpdump" => :optional
|
||||
|
||||
def install
|
||||
virtualenv_create(libexec, "python3")
|
||||
virtualenv_install_with_resources
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue