Kouhei Sutou
null+****@clear*****
Thu Apr 13 20:54:20 JST 2017
Kouhei Sutou 2017-04-13 20:54:20 +0900 (Thu, 13 Apr 2017) New Revision: d222601d0806b20667f46419b207c60dfe5170f9 https://github.com/pgroonga/pgroonga/commit/d222601d0806b20667f46419b207c60dfe5170f9 Message: package yum: use the latest groonga-release Modified files: packages/yum/build-rpm.sh Modified: packages/yum/build-rpm.sh (+2 -2) =================================================================== --- packages/yum/build-rpm.sh 2017-04-11 09:22:51 +0900 (22b9887) +++ packages/yum/build-rpm.sh 2017-04-13 20:54:20 +0900 (fd61e79) @@ -31,8 +31,8 @@ esac pgdg_rpm=pgdg-centos${PG_PACKAGE_VERSION}-${PG_VERSION}-3.noarch.rpm run wget --no-check-certificate https://yum.postgresql.org/${PG_VERSION}/redhat/rhel-${distribution_version}-${architecture}/${pgdg_rpm} run rpm -ivh ${pgdg_rpm} -groonga_release_rpm=groonga-release-1.2.0-1.noarch.rpm -groonga_release_rpm_url=http://packages.groonga.org/centos/${groonga_release_rpm} +groonga_release_rpm=groonga-release-1.3.0-1.noarch.rpm +groonga_release_rpm_url=https://packages.groonga.org/centos/${groonga_release_rpm} if [ "${distribution_version}" = "5" ]; then run wget ${groonga_release_rpm_url} run yum install -y --nogpgcheck ${groonga_release_rpm} -------------- next part -------------- HTML����������������������������...Download