aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2014-12-31 05:29:56 +0000
committerMike McQuaid2014-12-31 14:51:51 +0000
commit69e3e9d328b2cdc39c1bd8f3e922c86a262516f0 (patch)
tree60f5682f11f2799b9425a5e8f489291ec49af894
parentbf3b8e37081202ce02c7429a49ece8e2bb555674 (diff)
downloadhomebrew-69e3e9d328b2cdc39c1bd8f3e922c86a262516f0.tar.bz2
gpgme: mirror fix
One of the mirrors was pointing to the wrong version tarball. Have switched it. Closes #35381. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/gpgme.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gpgme.rb b/Library/Formula/gpgme.rb
index 7ad3bf8aa..bdda7c52a 100644
--- a/Library/Formula/gpgme.rb
+++ b/Library/Formula/gpgme.rb
@@ -1,7 +1,7 @@
class Gpgme < Formula
homepage "https://www.gnupg.org/related_software/gpgme/"
url "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.5.3.tar.bz2"
- mirror "http://gentoo.tiscali.nl/distfiles/gpgme-1.5.2.tar.bz2"
+ mirror "ftp://mirror.switch.ch/mirror/gnupg/gpgme/gpgme-1.5.3.tar.bz2"
mirror "http://sources.buildroot.net/gpgme-1.5.3.tar.bz2"
sha1 "8dd7711a4de117994fe2d45879ef8a9900d50f6a"