pulledpork: revision to fix test
Closes #38134. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
7242a1a76d
commit
f95b49e1e0
1 changed files with 1 additions and 5 deletions
|
@ -3,6 +3,7 @@ class Pulledpork < Formula
|
|||
homepage "https://github.com/shirkdog/pulledpork"
|
||||
url "https://github.com/shirkdog/pulledpork/archive/v0.7.3.tar.gz"
|
||||
sha256 "48c66dc9abb7545186d4fba497263c1d1b247c0ea7f0953db4d515e7898461a2"
|
||||
revision 1
|
||||
head "https://github.com/shirkdog/pulledpork.git"
|
||||
|
||||
bottle do
|
||||
|
@ -20,11 +21,6 @@ class Pulledpork < Formula
|
|||
sha256 "31354975140fe6235ac130a109496491ad33dd42f9c62189e23f49f75f936d75"
|
||||
end
|
||||
|
||||
resource "Crypt::SSLeay" do
|
||||
url "https://cpan.metacpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-0.72.tar.gz"
|
||||
sha256 "f5d34f813677829857cf8a0458623db45b4d9c2311daaebe446f9e01afa9ffe8"
|
||||
end
|
||||
|
||||
def install
|
||||
ENV.prepend_create_path "PERL5LIB", libexec/"lib/perl5"
|
||||
resources.each do |r|
|
||||
|
|
Loading…
Reference in a new issue