[arch-commits] Commit in sslstrip/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Sun Dec 2 22:11:54 UTC 2018
Date: Sunday, December 2, 2018 @ 22:11:53
Author: maximbaz
Revision: 410791
sslstrip: download sources via https
Modified:
sslstrip/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-02 22:10:30 UTC (rev 410790)
+++ PKGBUILD 2018-12-02 22:11:53 UTC (rev 410791)
@@ -10,7 +10,7 @@
arch=('any')
license=('GPL3')
depends=('python2-pyopenssl' 'python2-twisted' 'python2-service-identity')
-source=(http://www.thoughtcrime.org/software/sslstrip/${pkgname}-${pkgver}.tar.gz)
+source=(https://www.thoughtcrime.org/software/sslstrip/${pkgname}-${pkgver}.tar.gz)
sha512sums=('f6e24db0dcb0c4e137b5828d043db17f5d59e46181f51b1814cf66466b55d6a11a95e7ee8748e59faacfc6176689d030af5fa5c99dedce47e8f9ca6cc7316abc')
prepare() {
More information about the arch-commits
mailing list