Skip to content

Instantly share code, notes, and snippets.

@iorionda
Created November 30, 2011 18:18
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 iorionda/1410119 to your computer and use it in GitHub Desktop.
Save iorionda/1410119 to your computer and use it in GitHub Desktop.
for gdbm install
diff -ruN /usr/local/Library/Formula/gdbm.rb.orig /usr/local/Library/Formula/gdbm.rb.new
--- /usr/local/Library/Formula/gdbm.rb.orig 2011-12-01 03:01:55.000000000 +0900
+++ /usr/local/Library/Formula/gdbm.rb 2011-12-01 03:02:45.000000000 +0900
@@ -1,7 +1,7 @@
require 'formula'
class Gdbm < Formula
- url 'http://ftpmirror.gnu.org/gdbm/gdbm-1.9.1.tar.gz'
+ url 'ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.9.1.tar.gz'
homepage 'http://www.gnu.org/software/gdbm/'
md5 '59f6e4c4193cb875964ffbe8aa384b58'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment