Commit 6d5ecfc6 authored by Michał Siwek's avatar Michał Siwek

Merge pull request #82 from HLFH/master

OpenSSL package now native > removal
parents 8f408534 709ef939
...@@ -81,7 +81,6 @@ wget -N --continue --no-check-certificate $URL/packages/git.rb ...@@ -81,7 +81,6 @@ wget -N --continue --no-check-certificate $URL/packages/git.rb
wget -N --continue --no-check-certificate $URL/packages/zlibpkg.rb wget -N --continue --no-check-certificate $URL/packages/zlibpkg.rb
wget -N --continue --no-check-certificate $URL/packages/libssh2.rb wget -N --continue --no-check-certificate $URL/packages/libssh2.rb
wget -N --continue --no-check-certificate $URL/packages/perl.rb wget -N --continue --no-check-certificate $URL/packages/perl.rb
wget -N --continue --no-check-certificate $URL/packages/openssl.rb
wget -N --continue --no-check-certificate $URL/packages/curl.rb wget -N --continue --no-check-certificate $URL/packages/curl.rb
wget -N --continue --no-check-certificate $URL/packages/expat.rb wget -N --continue --no-check-certificate $URL/packages/expat.rb
wget -N --continue --no-check-certificate $URL/packages/gettext.rb wget -N --continue --no-check-certificate $URL/packages/gettext.rb
......
...@@ -14,7 +14,6 @@ class Git < Package ...@@ -14,7 +14,6 @@ class Git < Package
depends_on 'zlibpkg' depends_on 'zlibpkg'
depends_on 'libssh2' depends_on 'libssh2'
depends_on 'perl' depends_on 'perl'
depends_on 'openssl'
depends_on 'curl' depends_on 'curl'
depends_on 'expat' depends_on 'expat'
depends_on 'gettext' depends_on 'gettext'
......
require 'package'
class Openssl < Package
version '1.0.1e'
binary_url ({
i686: 'https://dl.dropboxusercontent.com/s/w6y84tusor5xz5f/openssl-1.0.1e-chromeos-i686.tar.gz?token_hash=AAGQ2xjngbnzme2CKee7Mz5WvkylBtFy1rwUzWDVNuOQ_Q&dl=1',
x86_64: 'https://dl.dropboxusercontent.com/s/384awniosicvm12/openssl-1.0.1e-chromeos-x86_64.tar.gz?token_hash=AAH4sdqkNnhIFU-uPdrpqddsi8UU0vWe_gwkplUBM_40MQ&dl=1'
})
binary_sha1 ({
i686: 'cadea32ec770c4b44d565b7e5fdf96a469a05757',
x86_64: '3cf4defb11fc2fccce77736d0f4559e56d9d7e05'
})
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