Commit 506d57e4 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Update openssl_devel.rb

parent be38d99a
...@@ -5,14 +5,10 @@ require 'package' ...@@ -5,14 +5,10 @@ require 'package'
# place holder here. PH needs to have source_url unfortunately. # place holder here. PH needs to have source_url unfortunately.
class Openssl_devel < Package class Openssl_devel < Package
version 'removed'
version '1.0.2j' source_url 'ftp://ftp.openssl.org/source/old/1.0.2/openssl-1.0.2f.tar.gz'
source_sha1 '2047c592a6e5a42bd37970bdb4a931428110a927'
# chromeos wget can't do proper ssl negotiation with this server
# source_url 'https://www.openssl.org/source/openssl-1.0.2j.tar.gz'
# so use their ftp server.
source_url 'ftp://ftp.openssl.org/source/openssl-1.0.2j.tar.gz'
source_sha1 'bdfbdb416942f666865fa48fe13c2d0e588df54f'
def self.build def self.build
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment