keychain: make a mirror the primary URL.
Mail URL is currently down. Closes Homebrew/homebrew#32999. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e7cb144736
commit
f6109ad2ca
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ require 'formula'
|
|||
|
||||
class Keychain < Formula
|
||||
homepage 'http://www.funtoo.org/wiki/Keychain'
|
||||
url 'http://www.funtoo.org/archive/keychain/keychain-2.7.1.tar.bz2'
|
||||
url 'http://ftp.heanet.ie/mirrors/funtoo/distfiles/keychain/keychain-2.7.1.tar.bz2'
|
||||
mirror 'http://www.funtoo.org/archive/keychain/keychain-2.7.1.tar.bz2'
|
||||
sha1 'e7ad7da374ba81e57792bb2695eb6c352f769de7'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue