diff options
Diffstat (limited to 'Library/Formula/matlab2tikz.rb')
| -rw-r--r-- | Library/Formula/matlab2tikz.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/matlab2tikz.rb b/Library/Formula/matlab2tikz.rb index 833764a38..8891b4e0a 100644 --- a/Library/Formula/matlab2tikz.rb +++ b/Library/Formula/matlab2tikz.rb @@ -2,8 +2,8 @@ require 'formula'  class Matlab2tikz < Formula    homepage 'https://github.com/nschloe/matlab2tikz' -  url 'https://github.com/nschloe/matlab2tikz/archive/0.4.0.tar.gz' -  sha1 '9c54e78a3f0278c9f346703856bbd91aa142ea21' +  url 'https://github.com/nschloe/matlab2tikz/archive/0.4.1.tar.gz' +  sha1 '09f5ef71b8ee74abe526d029f896ca08779133a2'    head 'https://github.com/nschloe/matlab2tikz.git'  | 
