File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11require "formula"
22
33class Wake < Formula
4- url "https://github.com/MichaelRFairhurst/wake-compiler/archive/v0.0.4 .tar.gz"
4+ url "https://github.com/MichaelRFairhurst/wake-compiler/archive/v0.0.5 .tar.gz"
55 homepage "http://www.wakelang.com"
6- sha1 "1660eafc0624b0b5459172ae30acc5fcbe8ad342 "
6+ sha1 "dc1086833f8a224f84cebc0b6da44fe8a67ad9f7 "
77
88 depends_on "boost" => 'c++11'
99 depends_on "flex"
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ int main(int argc, char** argv) {
121121 Options* options = optionsparser.parse (argc, argv);
122122 if (options->showVersion ) {
123123 printf (" [ Wake ---- std compiler ]\n " );
124- printf (" [ v0.0.4 Michael Fairhurst ]\n " );
124+ printf (" [ v0.0.5 Michael Fairhurst ]\n " );
125125 exit (0 );
126126 }
127127
You can’t perform that action at this time.
0 commit comments