makensis: add 2.49 bottle.
This commit is contained in:
parent
293e7566d8
commit
08e1518d55
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Makensis < Formula
|
|||
url "https://downloads.sourceforge.net/project/nsis/NSIS%202/2.49/nsis-2.49-src.tar.bz2"
|
||||
sha256 "b9777b376e4fc7aae05e89aa6c52a1137fe443952931e15cf0382b3a5d198512"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "e36c941a8f16e7175b4d1c6de1ec711cf2fec8b91d6c3aecc68e7e5c4f6d091a" => :el_capitan
|
||||
sha256 "f0f495b5e44e5be40584ef37b9af44b262106fa23ad2ec7cdcc582010ebeb8f9" => :yosemite
|
||||
sha256 "dba4c47a074f8a6c3aa137a8f2117816314e53d1234852ddbfd70b296ec589e2" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "scons" => :build
|
||||
|
||||
# scons appears to have no builtin way to override the compiler selection,
|
||||
|
|
Loading…
Reference in a new issue