Unify git submodule comments

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-06-15 17:50:01 -05:00
parent 581914a842
commit 233ab648fb
3 changed files with 5 additions and 2 deletions

View File

@ -11,7 +11,7 @@ end
class GitFlow < Formula
homepage 'https://github.com/nvie/gitflow'
# Use the tag instead of the tarball to get the submodule
# Use the tag instead of the tarball to get submodules
url 'https://github.com/nvie/gitflow.git', :tag => '0.4.1'
version '0.4.1'

View File

@ -1,8 +1,9 @@
require 'formula'
# url uses git tag to download submodules.
class Multimarkdown < Formula
homepage 'http://fletcherpenney.net/multimarkdown/'
# Use the tag instead of the tarball to get submodules
url 'https://github.com/fletcher/peg-multimarkdown.git', :tag => '3.6'
version '3.6'

View File

@ -2,6 +2,8 @@ require 'formula'
class WpCli < Formula
homepage 'https://github.com/andreascreten/wp-cli/'
# Use the tag instead of the tarball to get submodules
url 'https://github.com/andreascreten/wp-cli.git', :tag => 'v0.4.0'
version '0.4.0'