aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-10-31 17:36:17 -0700
committerBrett Koonce2014-11-01 20:56:11 -0700
commitaa69b7effc90d3a1599174157774689556548384 (patch)
treeead3af7409b3b858865c4651972814464dd44831 /Library/Formula
parent4db4cd3df06138dc161d19a9dbbee53e8987bfb0 (diff)
downloadhomebrew-aa69b7effc90d3a1599174157774689556548384.tar.bz2
matlab2tikz 0.5.0
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/matlab2tikz.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/matlab2tikz.rb b/Library/Formula/matlab2tikz.rb
index c609bae5e..17e26a59d 100644
--- a/Library/Formula/matlab2tikz.rb
+++ b/Library/Formula/matlab2tikz.rb
@@ -1,13 +1,13 @@
-require 'formula'
+require "formula"
class Matlab2tikz < Formula
- homepage 'https://github.com/nschloe/matlab2tikz'
- url 'https://github.com/nschloe/matlab2tikz/archive/0.4.7.tar.gz'
- sha1 '0e950ae8a29d66610fc68b173f3a014e522ee1be'
+ homepage "https://github.com/nschloe/matlab2tikz"
+ url "https://github.com/nschloe/matlab2tikz/archive/0.5.0.tar.gz"
+ sha1 "1c53d378be87fc9ca43c921ab7193257ea416864"
- head 'https://github.com/nschloe/matlab2tikz.git'
+ head "https://github.com/nschloe/matlab2tikz.git"
def install
- (share/'matlab2tikz').install Dir['src/*']
+ (share/"matlab2tikz").install Dir["src/*"]
end
end