Skip to content

Instantly share code, notes, and snippets.

@renanivo
Created October 22, 2013 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renanivo/7102561 to your computer and use it in GitHub Desktop.
Save renanivo/7102561 to your computer and use it in GitHub Desktop.
ctags dev patch
diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb
index 87dd0ca..9e44c23 100644
--- a/Library/Formula/ctags.rb
+++ b/Library/Formula/ctags.rb
@@ -6,7 +6,7 @@ class Ctags < Formula
sha1 '482da1ecd182ab39bbdc09f2f02c9fba8cd20030'
head do
- url 'https://ctags.svn.sourceforge.net/svnroot/ctags/trunk'
+ url 'https://svn.code.sf.net/p/ctags/code/trunk'
depends_on :autoconf
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment