[Groonga-mysql-commit] mroonga/homebrew [master] Follow redirect

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2012年 7月 6日 (金) 15:43:14 JST


Kouhei Sutou	2012-07-06 15:43:14 +0900 (Fri, 06 Jul 2012)

  New Revision: b96dc2a5480564ad7aac3afc860b4fb34bbb40b1
  https://github.com/mroonga/homebrew/commit/b96dc2a5480564ad7aac3afc860b4fb34bbb40b1

  Log:
    Follow redirect

  Modified files:
    mroonga.rb
    update.sh

  Modified: mroonga.rb (+1 -1)
===================================================================
--- mroonga.rb    2012-07-06 15:26:56 +0900 (fd9c4d4)
+++ mroonga.rb    2012-07-06 15:43:14 +0900 (b4c88f5)
@@ -5,7 +5,7 @@ require 'formula'
 class Mroonga < Formula
   homepage 'http://mroonga.github.com/'
   url 'https://github.com/downloads/mroonga/mroonga/mroonga-2.04.tar.gz'
-  md5 '23b29aa5ed5039feeb53df1c8589cccd'
+  md5 '3c77aa2bf989f8b5531af08a5ffab359'
 
   if ARGV.include?("--use-homebrew-mysql")
     depends_on 'mysql'

  Modified: update.sh (+1 -1)
===================================================================
--- update.sh    2012-07-06 15:26:56 +0900 (4d423e4)
+++ update.sh    2012-07-06 15:43:14 +0900 (d1c6af0)
@@ -18,7 +18,7 @@ rm -rf $tmp_dir
 mkdir -p $tmp_dir
 chmod og-rwx $tmp_dir
 cd $tmp_dir
-curl -O $mroonga_url
+curl -LO $mroonga_url
 md5=$(openssl dgst -md5 $base_name | cut -f 2 -d ' ')
 cd -
 rm -rf $tmp_dir
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
ダウンロード 



Groonga-mysql-commit メーリングリストの案内
アーカイブの一覧に戻る