yle-dl 2.31
Closes #23962. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
40ea7830be
commit
8c8e6b224f
1 changed files with 9 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
class YleDl < Formula
|
||||
desc "Download Yle videos from the command-line"
|
||||
homepage "https://aajanki.github.io/yle-dl/index-en.html"
|
||||
url "https://github.com/aajanki/yle-dl/archive/2.30.tar.gz"
|
||||
sha256 "a5dc7eaa369fa49683ad05c323b87a22e5b408355906d9378849c8c725a16a89"
|
||||
url "https://github.com/aajanki/yle-dl/archive/2.31.tar.gz"
|
||||
sha256 "6f840f59bfd8d0abc206d27cc5ba0b7077070327b08c39c22ffb365339f5e1d5"
|
||||
head "https://github.com/aajanki/yle-dl.git"
|
||||
|
||||
bottle do
|
||||
|
@ -28,8 +28,8 @@ class YleDl < Formula
|
|||
end
|
||||
|
||||
resource "certifi" do
|
||||
url "https://files.pythonhosted.org/packages/23/3f/8be01c50ed24a4bd6b8da799839066ce0288f66f5e11f0367323467f0cbc/certifi-2017.11.5.tar.gz"
|
||||
sha256 "5ec74291ca1136b40f0379e1128ff80e866597e4e2c1e755739a913bbc3613c0"
|
||||
url "https://files.pythonhosted.org/packages/15/d4/2f888fc463d516ff7bf2379a4e9a552fef7f22a94147655d9b1097108248/certifi-2018.1.18.tar.gz"
|
||||
sha256 "edbc3f203427eef571f79a7692bb160a2b0f7ccaa31953e99bd17e307cf63f7d"
|
||||
end
|
||||
|
||||
resource "chardet" do
|
||||
|
@ -67,6 +67,11 @@ class YleDl < Formula
|
|||
sha256 "f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c"
|
||||
end
|
||||
|
||||
resource "PySocks" do
|
||||
url "https://files.pythonhosted.org/packages/53/12/6bf1d764f128636cef7408e8156b7235b150ea31650d0260969215bb8e7d/PySocks-1.6.8.tar.gz"
|
||||
sha256 "3fe52c55890a248676fd69dc9e3c4e811718b777834bcaab7a8125cf9deac672"
|
||||
end
|
||||
|
||||
resource "requests" do
|
||||
url "https://files.pythonhosted.org/packages/b0/e1/eab4fc3752e3d240468a8c0b284607899d2fbfb236a56b7377a329aa8d09/requests-2.18.4.tar.gz"
|
||||
sha256 "9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e"
|
||||
|
|
Loading…
Reference in a new issue