You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/04/11 14:20:29 UTC

arrow git commit: ARROW-803: [GLib] Update package repository URL

Repository: arrow
Updated Branches:
  refs/heads/master 85b870e72 -> b7423a63c


ARROW-803: [GLib] Update package repository URL

Author: Kouhei Sutou <ko...@clear-code.com>

Closes #523 from kou/glib-update-package-repository-url and squashes the following commits:

d130478 [Kouhei Sutou] [GLib] Update package repository URL


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/b7423a63
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/b7423a63
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/b7423a63

Branch: refs/heads/master
Commit: b7423a63cc53ad7d86a5e003a0bd48f855622354
Parents: 85b870e
Author: Kouhei Sutou <ko...@clear-code.com>
Authored: Tue Apr 11 10:20:24 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Tue Apr 11 10:20:24 2017 -0400

----------------------------------------------------------------------
 c_glib/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/b7423a63/c_glib/README.md
----------------------------------------------------------------------
diff --git a/c_glib/README.md b/c_glib/README.md
index 95cc9a6..0137d90 100644
--- a/c_glib/README.md
+++ b/c_glib/README.md
@@ -66,8 +66,8 @@ You need to add the following apt-lines to
 `/etc/apt/sources.list.d/groonga.list`:
 
 ```text
-deb http://packages.groonga.org/debian/ jessie main
-deb-src http://packages.groonga.org/debian/ jessie main
+deb https://packages.groonga.org/debian/ jessie main
+deb-src https://packages.groonga.org/debian/ jessie main
 ```
 
 Then you need to run the following command lines:
@@ -105,7 +105,7 @@ Now you can install Arrow GLib packages:
 You need to add a Yum repository:
 
 ```text
-% sudo yum install -y http://packages.groonga.org/centos/groonga-release-1.2.0-1.noarch.rpm
+% sudo yum install -y https://packages.groonga.org/centos/groonga-release-1.3.0-1.noarch.rpm
 ```
 
 Now you can install Arrow GLib packages: