mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 09:42:02 +08:00
postfix: fix download failure
cdn.postfix.johnriley.me serves a certificate for a different domain name. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
This commit is contained in:
parent
30bc9a81df
commit
c4dd19a636
@ -13,7 +13,7 @@ PKG_RELEASE:=2
|
|||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:= \
|
PKG_SOURCE_URL:= \
|
||||||
https://cdn.postfix.johnriley.me/mirrors/postfix-release/official/ \
|
https://de.postfix.org/ftpmirror/official/ \
|
||||||
http://ftp.porcupine.org/mirrors/postfix-release/official/
|
http://ftp.porcupine.org/mirrors/postfix-release/official/
|
||||||
PKG_HASH:=22582628cf3edc18c5155c9ff44543dd95a9435fb68135d76a99f572cb07456f
|
PKG_HASH:=22582628cf3edc18c5155c9ff44543dd95a9435fb68135d76a99f572cb07456f
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user