xspringies: fix audit warning
This commit is contained in:
parent
37d73fa52d
commit
f4fef1353b
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Xspringies < Formula
|
class Xspringies < Formula
|
||||||
url 'http://www.cs.rutgers.edu/~decarlo/software/xspringies-1.12.tar.Z'
|
|
||||||
homepage 'http://www.cs.rutgers.edu/~decarlo/software.html'
|
homepage 'http://www.cs.rutgers.edu/~decarlo/software.html'
|
||||||
|
url 'http://www.cs.rutgers.edu/~decarlo/software/xspringies-1.12.tar.Z'
|
||||||
md5 '14b14916471874e9d0569ab5f4e8d492'
|
md5 '14b14916471874e9d0569ab5f4e8d492'
|
||||||
version '1.12'
|
|
||||||
|
|
||||||
def install
|
def install
|
||||||
inreplace 'Makefile.std' do |s|
|
inreplace 'Makefile.std' do |s|
|
||||||
|
|
Loading…
Reference in a new issue