Skip to content

Instantly share code, notes, and snippets.

@mather
Created October 30, 2013 00:45
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 mather/7225349 to your computer and use it in GitHub Desktop.
Save mather/7225349 to your computer and use it in GitHub Desktop.
homebrew の subversion Formula に対する一時的な修正。
--- a/Library/Formula/subversion.rb
+++ b/Library/Formula/subversion.rb
@@ -2,8 +2,8 @@ require 'formula'
class Subversion < Formula
homepage 'http://subversion.apache.org/'
- url 'http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.8.3.tar.bz2'
- mirror 'http://archive.apache.org/dist/subversion/subversion-1.8.3.tar.bz2'
+ #url 'http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.8.3.tar.bz2'
+ url 'http://archive.apache.org/dist/subversion/subversion-1.8.3.tar.bz2'
sha1 'e328e9f1c57f7c78bea4c3af869ec5d4503580cf'
bottle do
@mather
Copy link
Author

mather commented Oct 30, 2013

subversion-1.8.3での暫定対応なので、本家アップデートが見つかったら削除します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment