Commit b430b779 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #480 from cstrouse/update-libevent

Update libevent from 2.0.22 to 2.1.8
parents 442b38cc 6f1ce66a
require 'package' # include package class file
class Libevent < Package # name the package and make it a Package class instance
version '2.0.22' # software version
source_url 'https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz' # software source tarball url
source_sha1 'a586882bc93a208318c70fc7077ed8fca9862864' # source tarball sha1 sum
version '2.1.8' # software version
source_url 'https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz' # software source tarball url
source_sha1 '2a1b8bb7a262d3fd0ed6a080a20991a6eed675ec' # source tarball sha1 sum
depends_on 'openssl'
def self.build # self.build contains commands needed to build the software from source
......
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