Browse Source

fix epel version for CentOS7

Oleg Moskalenko 9 years ago
parent
commit
2c3858856e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rpm/epel7.install.sh

+ 1 - 1
rpm/epel7.install.sh

@@ -4,7 +4,7 @@ CPWD=`pwd`
 
 # Epel installation script
 
-EPEL=epel-release-7-5.noarch
+EPEL=epel-release-7-6.noarch
 EPELRPM=${EPEL}.rpm
 BUILDDIR=~/rpmbuild
 WGETOPTIONS="--no-check-certificate"