modman 1.12
Closes Homebrew/homebrew#39551. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6e6de16c59
commit
b7556a7caf
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class Modman < Formula
|
||||
homepage "https://github.com/colinmollenhour/modman"
|
||||
url "https://github.com/colinmollenhour/modman/archive/1.11.tar.gz"
|
||||
sha1 "7b9d2f271eed83135c228e4f9de19f0134acfa1c"
|
||||
url "https://github.com/colinmollenhour/modman/archive/1.12.tar.gz"
|
||||
sha1 "8579fe1db73c606de6011f46dc38d6e1b2abecae"
|
||||
|
||||
def install
|
||||
bin.install "modman"
|
||||
|
|
Loading…
Reference in a new issue