summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-03-25 11:03:48 +0100
committerErich Eckner <git@eckner.net>2021-03-25 11:03:48 +0100
commit40f0bf8510ed150a4ed9bb92d6f7f48d58998b7f (patch)
treec963959a310da18bca0813ec1b5baee0be9337fa
parentdb8227991067658c861606606cd58333cf889cbc (diff)
downloadarchlinuxewe-40f0bf8510ed150a4ed9bb92d6f7f48d58998b7f.tar.xz
mpich, mpich2: fix source url (http -> https)
-rw-r--r--mpich/PKGBUILD2
-rw-r--r--mpich2/PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/mpich/PKGBUILD b/mpich/PKGBUILD
index 00f60ee83..02992a4e8 100644
--- a/mpich/PKGBUILD
+++ b/mpich/PKGBUILD
@@ -21,7 +21,7 @@ depends=('openssh' 'numactl' 'pciutils' "${_pinned_dependencies[@]}")
makedepends=('texlive-core' 'sowing')
optdepends=("java-environment")
install="${pkgname}.install"
-source=("http://www.mpich.org/static/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+source=("https://www.mpich.org/static/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"
"mpich.profile")
sha256sums=('ca9b9a6d4d858f3f94d2ea1ed0b851fccbc6f2976eb08dfc3379be8c6278aa12'
'b9716439a544511bf88618edeb40c3eb80f1b5d0d9369c30d750251feed02284')
diff --git a/mpich2/PKGBUILD b/mpich2/PKGBUILD
index 465ef6b2d..253d0c544 100644
--- a/mpich2/PKGBUILD
+++ b/mpich2/PKGBUILD
@@ -24,7 +24,7 @@ options=(!libtool strip)
install=mpich2.install
changelog=
source=(
- http://www.mpich.org/static/downloads/$pkgver/$pkgname-$pkgver.tar.gz
+ "https://www.mpich.org/static/downloads/$pkgver/$pkgname-$pkgver.tar.gz"
mpich2.install
mpich2.profile
)