Skip to content

Commit 4a4bf72

Browse files
Update wake formula for v0.2.1
1 parent 2a126e7 commit 4a4bf72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.2.0.tar.gz"
4+
url "https://github.com/MichaelRFairhurst/wake-compiler/archive/v0.2.1.tar.gz"
55
homepage "http://www.wakelang.com"
6-
sha1 "0fefebc5c5c28f2adcabc44cc908155d2c655fd3"
6+
sha1 "5488504a699937adc181c023e193ef14170cb0dc"
77

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

0 commit comments

Comments
 (0)