Update gerrit to 2.13.8

Change-Id: I0e9f204b2a4feaf2a42979832faf67b843cfd0ca
diff --git a/docker/centos7/Makefile b/docker/centos7/Makefile
index 78b09c8..703486b 100644
--- a/docker/centos7/Makefile
+++ b/docker/centos7/Makefile
@@ -1,7 +1,7 @@
 # Customise the following variable as Make parameters
 # to produce a yum.repo for a VENDOR distribution
 # Default values are pointing to GerritForge (www.gerritforge.com)
-VERSION=2.13.7
+VERSION=2.13.8
 RELEASE=1
 REPO_VERSION=1
 REPO_RELEASE=2
diff --git a/docker/ubuntu15.04/Makefile b/docker/ubuntu15.04/Makefile
index 9b499d2..592af91 100644
--- a/docker/ubuntu15.04/Makefile
+++ b/docker/ubuntu15.04/Makefile
@@ -1,7 +1,7 @@
 # Customise the following variable as Make parameters
 # to produce a yum.repo for a VENDOR distribution
 # Default values are pointing to GerritForge (www.gerritforge.com)
-VERSION=2.13.7
+VERSION=2.13.8
 RELEASE=1
 VENDOR=GerritForge
 VENDOR_LC=$(shell echo $(VENDOR) | tr A-Z a-z)
diff --git a/fpm/Makefile b/fpm/Makefile
index 529d05f..e420a9e 100644
--- a/fpm/Makefile
+++ b/fpm/Makefile
@@ -1,5 +1,5 @@
-VERSION=2.13.7
-URL=http://gerrit-releases.storage.googleapis.com/gerrit-$(VERSION).war
+VERSION=2.13.8
+URL=https://gerrit-releases.storage.googleapis.com/gerrit-$(VERSION).war
 CI_URL=https://gerrit-ci.gerritforge.com/
 RELEASE=1
 
@@ -16,7 +16,7 @@
 
 LICENSE=Apache 2.0
 VENDOR=
-WEB_URL=https://code.google.com/p/gerrit/
+WEB_URL=https://www.gerritcodereview.com/
 
 WAR=$(BUILD_ROOT)/bin/gerrit.war
 PLUGINS=plugin-manager
diff --git a/macOS/Makefile b/macOS/Makefile
index 04fae44..d94ee84 100644
--- a/macOS/Makefile
+++ b/macOS/Makefile
@@ -1,4 +1,4 @@
-VERSION := 2.13.7
+VERSION := 2.13.8
 
 all: server