dotwrp: use a stable 1.0 and add head
This commit is contained in:
parent
75dceb540f
commit
040c6128c6
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue