Browse Source

mutt: switch to https instead of ftp

Since https is preferred master site with http is used as second choice.

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
lilik-openwrt-22.03
Phil Eichinger 5 years ago
parent
commit
5963b15f47
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mail/mutt/Makefile

+ 2
- 2
mail/mutt/Makefile View File

@ -11,8 +11,8 @@ PKG_NAME:=mutt
PKG_VERSION:=1.12.0
PKG_RELEASE:=1
PKG_SOURCE_URL:=ftp://ftp.mutt.org/pub/mutt/ \
https://bitbucket.org/mutt/mutt/downloads/
PKG_SOURCE_URL:=https://bitbucket.org/mutt/mutt/downloads/ \
http://ftp.mutt.org/pub/mutt/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_HASH:=ca12448784ed7b6c86d498921e18bc7b152d45494a452df56a7a0c8aaf13f98f


Loading…
Cancel
Save