bcrypt: modernize
This commit is contained in:
parent
96bcb2737a
commit
cf505dca77
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class Bcrypt < Formula
|
||||
homepage 'http://bcrypt.sourceforge.net'
|
||||
url 'http://bcrypt.sourceforge.net/bcrypt-1.1.tar.gz'
|
||||
sha1 'fd4c7c83fdc560f143bb0e0a8c9fb7aa57e69698'
|
||||
homepage "http://bcrypt.sourceforge.net"
|
||||
url "http://bcrypt.sourceforge.net/bcrypt-1.1.tar.gz"
|
||||
sha1 "fd4c7c83fdc560f143bb0e0a8c9fb7aa57e69698"
|
||||
|
||||
def install
|
||||
system "make", "CC=#{ENV.cc}",
|
||||
|
|
Loading…
Reference in a new issue