Elasticsearch 2.4.1 rpm not in repository

I've tried update elasticsearch using the repository. It doens't seem to be there. I've had to manually download the rpm to install.

CentOS 7

yum.repos.d/elasticsearch.repo:

[elasticsearch]
name=elasticsearch repo
baseurl=http://packages.elastic.co/elasticsearch/2.x/centos
enabled=1
gpgcheck=1
gpgkey=http://packages.elastic.co/GPG-KEY-elasticsearch

I just tried this on a VM and it worked fine. Can you show us the exact steps you ran and the output?

[root@uitlelst01 TST ~]# yum update elasticsearch
Loaded plugins: fastestmirror, versionlock
miamioh-env | 2.9 kB 00:00
Loading mirror speeds from cached hostfile

Any reason you have the repo twice?

That's an old entry. It is not there twice in our production environment, which is experiencing the same issue.

Does seem to be working now. Nothing changed on my end. Bad mirror site? Who knows. Thanks for your suggestions.