aircrack-ng: fix checksum
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
27eaa41692
commit
a3c2de4b9c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class AircrackNg < Formula
|
||||
homepage 'http://aircrack-ng.org/'
|
||||
url 'http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gz'
|
||||
sha1 ''
|
||||
sha1 '16eed1a8cf06eb8274ae382150b56589b23adf77'
|
||||
|
||||
# Remove root requirement from OUI update script. See:
|
||||
# https://github.com/mxcl/homebrew/pull/12755
|
||||
|
|
Loading…
Reference in a new issue