From df803b2156b691bd65e9ec56b0ac802be4cdf01b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 18 Apr 2012 19:41:14 -0700 Subject: dotwrp: use a stable 1.0 and add head --- Library/Formula/dotwrp.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3