Skip to content

Commit 8fae734

Browse files
author
Mike Fairhurst
committed
Updating version response from binary
1 parent bca88b3 commit 8fae734

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WakeFormula.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
require "formula"
22

33
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"
55
homepage "http://www.wakelang.com"
6-
sha1 "1660eafc0624b0b5459172ae30acc5fcbe8ad342"
6+
sha1 "dc1086833f8a224f84cebc0b6da44fe8a67ad9f7"
77

88
depends_on "boost" => 'c++11'
99
depends_on "flex"

src/cpp/wake.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)