get_iplayer 3.07
Closes #21142. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
603992d798
commit
4c6311832d
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
|||
class GetIplayer < Formula
|
||||
desc "Utility for downloading TV and radio programmes from BBC iPlayer"
|
||||
homepage "https://github.com/get-iplayer/get_iplayer"
|
||||
url "https://github.com/get-iplayer/get_iplayer/archive/v3.06.tar.gz"
|
||||
sha256 "fba3f1abd01ca6f9aaed30f9650e1e520fd3b2147fe6aa48fe7c747725b205f7"
|
||||
revision 1
|
||||
url "https://github.com/get-iplayer/get_iplayer/archive/v3.07.tar.gz"
|
||||
sha256 "4dee8e076cd2b09dba971cd603cfaaa18be8e00ce9bb75958bc0d8234cd6dfa0"
|
||||
head "https://github.com/get-iplayer/get_iplayer.git", :branch => "develop"
|
||||
|
||||
bottle do
|
||||
|
@ -29,8 +28,8 @@ class GetIplayer < Formula
|
|||
end
|
||||
|
||||
resource "Mojolicious" do
|
||||
url "https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-7.48.tar.gz"
|
||||
sha256 "86d28e66a352e808ab1eae64ef93b90a9a92b3c1b07925bd2d3387a9e852388e"
|
||||
url "https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-7.57.tar.gz"
|
||||
sha256 "95835ac5963d5eab49f936c7983c5836d34d6cdc87ce3553d77bc5304c2b520a"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue