base64: pass strict audit
This commit is contained in:
parent
4145be1c7d
commit
aee1ca9e64
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class Base64 < Formula
|
||||
homepage 'http://www.fourmilab.ch/webtools/base64/'
|
||||
url 'http://www.fourmilab.ch/webtools/base64/base64-1.5.tar.gz'
|
||||
sha1 '25b5ae71c2818c7a489065ca1637806cd5109524'
|
||||
homepage "http://www.fourmilab.ch/webtools/base64/"
|
||||
url "http://www.fourmilab.ch/webtools/base64/base64-1.5.tar.gz"
|
||||
sha256 "2416578ba7a7197bddd1ee578a6d8872707c831d2419bdc2c1b4317a7e3c8a2a"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking"
|
||||
|
|
Loading…
Reference in a new issue