[arch-commits] Commit in sslstrip/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Tue Oct 6 16:54:15 UTC 2020


    Date: Tuesday, October 6, 2020 @ 16:54:15
  Author: freswa
Revision: 719369

fix FS#67875

Modified:
  sslstrip/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-06 16:49:25 UTC (rev 719368)
+++ PKGBUILD	2020-10-06 16:54:15 UTC (rev 719369)
@@ -4,14 +4,14 @@
 
 pkgname=sslstrip
 pkgver=0.9
-pkgrel=8
+pkgrel=9
 pkgdesc="Python tool to hijack HTTPS connections during a MITM attack"
-url="https://www.thoughtcrime.org/software/sslstrip/"
+url="https://github.com/moxie0/sslstrip"
 arch=('any')
 license=('GPL3')
 depends=('python2-pyopenssl' 'python2-twisted' 'python2-service-identity')
-source=(https://www.thoughtcrime.org/software/sslstrip/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('f6e24db0dcb0c4e137b5828d043db17f5d59e46181f51b1814cf66466b55d6a11a95e7ee8748e59faacfc6176689d030af5fa5c99dedce47e8f9ca6cc7316abc')
+source=(https://github.com/moxie0/sslstrip/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e4b1b434c0cb5338a083b33951ee3ec550d3efeff8f3d7869648bb62b4b0cc73c1a6153914a0ba6648840e2cfb8d701e9e0f1460b850e14129202cd5f8f880c2')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list