git » python-pycryptodome.git » commit 04c04d4

Replace http:// urls with https://

author Brett Cornwall
2019-07-02 04:36:16 UTC
committer Brett Cornwall
2019-07-02 04:36:16 UTC
parent bdf020f02c5fbbecd1efb543775a7a5c2d101d0c

Replace http:// urls with https://

These packages' sites were all verified as https:// functional

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 56efc24..2d091e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=3.8.2
 pkgrel=1
 license=('BSD')
 arch=('x86_64')
-url='http://www.pycryptodome.org/'
+url='https://www.pycryptodome.org/'
 makedepends=('gmp' 'python-setuptools' 'python2-setuptools')
 source=("pycryptodome-${pkgver}.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v${pkgver}.tar.gz")
 sha512sums=('4be61d7dafd38bfb011f6a585645fc8b6e4951c7173e7cb00c1e863c4a233e2285068d963e4dae55050c7dd198338af1d115dda3e6eece6ffda515af8d1136e2')