diff options
| author | knakayama | 2015-04-26 15:41:03 +0900 | 
|---|---|---|
| committer | Xu Cheng | 2015-04-26 17:22:55 +0800 | 
| commit | 278a5fbbe5fbb96467adabbb73a1fcb1acd20459 (patch) | |
| tree | 15952cda73fdb71a8548f6c8d8cf590ca9a34b8a | |
| parent | 37ed9cecab38b07203bcbdfb0b0033986734dcf2 (diff) | |
| download | homebrew-278a5fbbe5fbb96467adabbb73a1fcb1acd20459.tar.bz2 | |
mdp 1.0.0
Closes #39073.
Signed-off-by: Xu Cheng <xucheng@me.com>
| -rw-r--r-- | Library/Formula/mdp.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/mdp.rb b/Library/Formula/mdp.rb index 144871a17..3d20befb0 100644 --- a/Library/Formula/mdp.rb +++ b/Library/Formula/mdp.rb @@ -1,7 +1,7 @@  class Mdp < Formula    homepage "https://github.com/visit1985/mdp" -  url "https://github.com/visit1985/mdp/archive/0.93.0.tar.gz" -  sha1 "5e267c8d9d3c2b30bd1951e854f1d4ad7c8679cf" +  url "https://github.com/visit1985/mdp/archive/1.0.0.tar.gz" +  sha1 "24821e0602f3c7f141ce610de2beda8108050584"    head "https://github.com/visit1985/mdp.git"    bottle do | 
