Navigation Menu

Skip to content

Commit

Permalink
package yum: use the latest groonga-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 13, 2017
1 parent f0214e8 commit d222601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yum/build-rpm.sh
Expand Up @@ -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}
Expand Down

0 comments on commit d222601

Please sign in to comment.