diff options
| author | Dominyk Tiller | 2014-09-15 15:38:39 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-09-16 14:08:14 +0100 |
| commit | 1fed4927d2fdcee279d8d2c4abb98146b9ada3c7 (patch) | |
| tree | e40c306b659886e78fe49712db223893cbb65f70 /Library/Formula/tracebox.rb | |
| parent | 466e83f7c5c919a91b5ec3bd3e47b1af585f1e86 (diff) | |
| download | homebrew-1fed4927d2fdcee279d8d2c4abb98146b9ada3c7.tar.bz2 | |
lua: upgrade to 5.2.
Merges Lua52 into the Master branch as the new ‘Lua’ whilst
transitioning the old Lua formula to ‘Lua51’, running the two
side-by-side in a non-conflicting way.
Diffstat (limited to 'Library/Formula/tracebox.rb')
| -rw-r--r-- | Library/Formula/tracebox.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/tracebox.rb b/Library/Formula/tracebox.rb index 981f5c87d..3beba7ffb 100644 --- a/Library/Formula/tracebox.rb +++ b/Library/Formula/tracebox.rb @@ -4,6 +4,7 @@ class Tracebox < Formula homepage 'http://www.tracebox.org/' head 'https://github.com/tracebox/tracebox.git' url 'https://github.com/tracebox/tracebox.git', :tag => 'v0.2' + revision 1 bottle do cellar :any |
