diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dotwrp.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/dotwrp.rb b/Library/Formula/dotwrp.rb index b9c39e01f..1f0146b7b 100644 --- a/Library/Formula/dotwrp.rb +++ b/Library/Formula/dotwrp.rb @@ -1,9 +1,11 @@ require 'formula' class Dotwrp < Formula - url 'https://github.com/tenomoto/dotwrp.git', :using => :git homepage 'https://github.com/tenomoto/dotwrp' - version '1.0' + url 'https://github.com/tenomoto/dotwrp/tarball/v1.0' + md5 '629f1f66fbb9837ee1e21a666a9688fa' + + head 'https://github.com/tenomoto/dotwrp.git' def install ENV.fortran |
