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 1
1
require "formula"
2
2
3
3
class 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"
5
5
homepage "http://www.wakelang.com"
6
- sha1 "1660eafc0624b0b5459172ae30acc5fcbe8ad342 "
6
+ sha1 "dc1086833f8a224f84cebc0b6da44fe8a67ad9f7 "
7
7
8
8
depends_on "boost" => 'c++11'
9
9
depends_on "flex"
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ int main(int argc, char** argv) {
121
121
Options* options = optionsparser.parse (argc, argv);
122
122
if (options->showVersion ) {
123
123
printf (" [ Wake ---- std compiler ]\n " );
124
- printf (" [ v0.0.4 Michael Fairhurst ]\n " );
124
+ printf (" [ v0.0.5 Michael Fairhurst ]\n " );
125
125
exit (0 );
126
126
}
127
127
You can’t perform that action at this time.
0 commit comments