aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-06-15 17:50:01 -0500
committerJack Nagel2012-06-15 17:50:47 -0500
commit940ebb116586699105476ca5a5a6a4fa66f5655d (patch)
tree7d84f772a1f870399ac8ff9cd48a53ce28edffd7
parent5727ce9242904011bb9efe594b033af0e737cb7c (diff)
downloadhomebrew-940ebb116586699105476ca5a5a6a4fa66f5655d.tar.bz2
Unify git submodule comments
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/git-flow.rb2
-rw-r--r--Library/Formula/multimarkdown.rb3
-rw-r--r--Library/Formula/wp-cli.rb2
3 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb
index a5e0dfeae..604b27944 100644
--- a/Library/Formula/git-flow.rb
+++ b/Library/Formula/git-flow.rb
@@ -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'
diff --git a/Library/Formula/multimarkdown.rb b/Library/Formula/multimarkdown.rb
index 734e60654..906ab8d1f 100644
--- a/Library/Formula/multimarkdown.rb
+++ b/Library/Formula/multimarkdown.rb
@@ -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'
diff --git a/Library/Formula/wp-cli.rb b/Library/Formula/wp-cli.rb
index 06a86feba..a211fd74c 100644
--- a/Library/Formula/wp-cli.rb
+++ b/Library/Formula/wp-cli.rb
@@ -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'