diff options
| author | Adam Vandenberg | 2012-04-18 19:41:14 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-18 19:41:14 -0700 |
| commit | df803b2156b691bd65e9ec56b0ac802be4cdf01b (patch) | |
| tree | 6912f442aa9097f7fd2e2878731f260cff148440 /Library | |
| parent | 73065e52566996226cfe005279ddf3f522058832 (diff) | |
| download | homebrew-df803b2156b691bd65e9ec56b0ac802be4cdf01b.tar.bz2 | |
dotwrp: use a stable 1.0 and add head
Diffstat (limited to 'Library')
| -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 |
