oath-toolkit 2.4.0
Closes Homebrew/homebrew#21504. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0ad455257c
commit
f2399e5181
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class OathToolkit < Formula
|
||||
homepage 'http://www.nongnu.org/oath-toolkit/'
|
||||
url 'http://download.savannah.gnu.org/releases/oath-toolkit/oath-toolkit-2.0.2.tar.gz'
|
||||
mirror 'http://download-mirror.savannah.gnu.org/releases/oath-toolkit/oath-toolkit-2.0.2.tar.gz'
|
||||
sha1 '3672924a9d9c3373ec62a6b79e9aa1e846c4d178'
|
||||
url 'http://download.savannah.gnu.org/releases/oath-toolkit/oath-toolkit-2.4.0.tar.gz'
|
||||
mirror 'http://download-mirror.savannah.gnu.org/releases/oath-toolkit/oath-toolkit-2.4.0.tar.gz'
|
||||
sha1 '89d2cd30dd401a3f6973ec3c2b26f1cb737764a7'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libxmlsec1'
|
||||
|
|
Loading…
Reference in a new issue