flex: 2.5.39
Closes Homebrew/homebrew#35538. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
aab3cc62a3
commit
0f96066c55
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Flex < Formula
|
||||
homepage "http://flex.sourceforge.net"
|
||||
url "https://downloads.sourceforge.net/flex/flex-2.5.37.tar.bz2"
|
||||
sha1 "db4b140f2aff34c6197cab919828cc4146aae218"
|
||||
url "https://downloads.sourceforge.net/flex/flex-2.5.39.tar.bz2"
|
||||
sha1 "267794c709d5c50f2dcb48ff5d8dcbbfe40f953e"
|
||||
|
||||
bottle do
|
||||
revision 1
|
||||
|
@ -16,6 +16,7 @@ class Flex < Formula
|
|||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--disable-shared",
|
||||
"--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue