Skip to content

Commit

Permalink
Merge pull request #139 from lyxell/master
Browse files Browse the repository at this point in the history
Add openssl again to fix tmux
  • Loading branch information
skycocker committed Jan 26, 2016
2 parents 6040131 + 2262784 commit f719026
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/openssl.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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
1 change: 1 addition & 0 deletions packages/tmux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Tmux < Package # name the pack

depends_on 'readline' # software dependencies
depends_on 'libevent'
depends_on 'openssl'
depends_on 'ncurses'

def self.build # self.build contains commands needed to build the software from source
Expand Down

0 comments on commit f719026

Please sign in to comment.