Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / evilginx
Commits: e30679a2 by Antonio Rojas at 2023-12-26T18:14:51+01:00 upgpkg: 3.2.0-1: Update to 3.2.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = evilginx + pkgdesc = Man-in-the-middle attack framework used for phishing login credentials + pkgver = 3.2.0 + pkgrel = 1 + url = https://github.com/kgretzky/evilginx2 + arch = x86_64 + license = GPL3 + makedepends = go + makedepends = git + depends = glibc + options = !lto + source = https://github.com/kgretzky/evilginx2/archive/v3.2.0/evilginx-3.2.0.tar.gz + sha512sums = 63b600dc070357874780e33c8d3c5f338dcb604042cb3d2ffdc8a55d27f3ef1974b0e6e3cda1936f0d6ec8cfa592c4bdf6c9753a728549c004099e4bfbd77a1b + +pkgname = evilginx ===================================== PKGBUILD ===================================== @@ -3,16 +3,16 @@ pkgname=evilginx pkgdesc='Man-in-the-middle attack framework used for phishing login credentials' -pkgver=2.4.0 -pkgrel=3 +pkgver=3.2.0 +pkgrel=1 url='https://github.com/kgretzky/evilginx2' license=('GPL3') arch=('x86_64') depends=('glibc') makedepends=('go' 'git') options=('!lto') -source=(https://github.com/kgretzky/evilginx2/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('9023569cfddf49eeef3231b3e3a58db79e268ce14f2f1a1a6122135ff7268f0993de4fc14766c8033f4a70d5995bdcf7aeb93d498feb815fba83e606e43cc333') +source=(https://github.com/kgretzky/evilginx2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha512sums=('63b600dc070357874780e33c8d3c5f338dcb604042cb3d2ffdc8a55d27f3ef1974b0e6e3cda1936f0d6ec8cfa592c4bdf6c9753a728549c004099e4bfbd77a1b') build() { cd "${pkgname}2-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/evilginx/-/commit/e30679a20167b0545a2ef209cc382ae409589a98 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/evilginx/-/commit/e30679a20167b0545a2ef209cc382ae409589a98 You're receiving this email because of your account on gitlab.archlinux.org.
