Skip to content

Commit

Permalink
amap: added openssl dependency
Browse files Browse the repository at this point in the history
Additional OpenSSL dependency, and bumps the links to SSL/TLS.

Closes Homebrew/legacy-homebrew#34005.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
DomT4 authored and jacknagel committed Nov 8, 2014
1 parent cbea707 commit 91a74e3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Formula/amap.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
require 'formula'
require "formula"

class Amap < Formula
homepage 'http://www.thc.org/thc-amap/'
url 'http://www.thc.org/releases/amap-5.4.tar.gz'
sha1 '79056f29a3b9e0a21062116aec3e966b1a46d7d3'
homepage "https://www.thc.org/thc-amap/"
url "https://www.thc.org/releases/amap-5.4.tar.gz"
sha1 "79056f29a3b9e0a21062116aec3e966b1a46d7d3"
revision 1

depends_on "openssl"

def install
system "./configure", "--prefix=#{prefix}"
Expand Down

0 comments on commit 91a74e3

Please sign in to comment.