diff options
| author | Brett Koonce | 2014-05-19 22:52:10 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-05-20 00:04:34 -0700 | 
| commit | 21b16c391c81c975b2355f35e474e6d8440e91cd (patch) | |
| tree | 16fe86f9af31914d5e9fc17bb92746ae6a7e35b0 | |
| parent | 4d69ce2f6464d0f2c70242eef0659dd8b603a99e (diff) | |
| download | homebrew-21b16c391c81c975b2355f35e474e6d8440e91cd.tar.bz2 | |
libscrypt 1.19
| -rw-r--r-- | Library/Formula/libscrypt.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/libscrypt.rb b/Library/Formula/libscrypt.rb index e4a86f557..6fed161ef 100644 --- a/Library/Formula/libscrypt.rb +++ b/Library/Formula/libscrypt.rb @@ -2,8 +2,8 @@ require "formula"  class Libscrypt < Formula    homepage "https://lolware.net/libscrypt.html" -  url "https://github.com/technion/libscrypt/archive/v1.18.tar.gz" -  sha1 "ff6b0cda00afcb582ca57699322b94166e5f3ab6" +  url "https://github.com/technion/libscrypt/archive/v1.19.tar.gz" +  sha1 "fb457aab4561a929dda2872da52b02710c07b7a5"    def install      system "make", "install-osx", "PREFIX=#{prefix}", "LDFLAGS=", "CFLAGS_EXTRA=" | 
