get-flash-videos 1.25.96
Closes #22852. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
40fbe858ac
commit
b8f3ae8ae3
1 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class GetFlashVideos < Formula
|
||||
desc "Download or play videos from various Flash-based websites"
|
||||
homepage "https://github.com/monsieurvideo/get-flash-videos"
|
||||
url "https://github.com/monsieurvideo/get-flash-videos/archive/1.25.95.tar.gz"
|
||||
sha256 "91387775fbe8fc422a4cf93b9df7f39f2e66f7260688ef2bf44e275a5d374ac8"
|
||||
url "https://github.com/monsieurvideo/get-flash-videos/archive/1.25.96.tar.gz"
|
||||
sha256 "3069db4b5e5e792499611e1730929ff85ae116064111aa4f183a73a7ee5d2f02"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -43,6 +43,11 @@ class GetFlashVideos < Formula
|
|||
sha256 "5eef58ccb27ebd01bcde5b14bcc553b5347a0699e5c3e921c7780c3526890328"
|
||||
end
|
||||
|
||||
resource "Crypt::Rijndael" do
|
||||
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Crypt-Rijndael-1.13.tar.gz"
|
||||
sha256 "cd7209a6dfe0a3dc8caffe1aa2233b0e6effec7572d76a7a93feefffe636214e"
|
||||
end
|
||||
|
||||
def install
|
||||
ENV.prepend_create_path "PERL5LIB", libexec/"lib/perl5"
|
||||
resources.each do |r|
|
||||
|
|
Loading…
Reference in a new issue