From 0b4f43473517f9aeb7caa09316e554acd8ecf1b6 Mon Sep 17 00:00:00 2001 From: KevinCrrl Date: Sun, 26 Jul 2026 10:51:07 -0500 Subject: [PATCH] user-scanner: update version --- lists/to-release | 1 + packages/user-scanner/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lists/to-release b/lists/to-release index e69de29bb2d..fe05b29fb91 100644 --- a/lists/to-release +++ b/lists/to-release @@ -0,0 +1 @@ +user-scanner diff --git a/packages/user-scanner/PKGBUILD b/packages/user-scanner/PKGBUILD index 9e769de5c0f..da1b192a007 100644 --- a/packages/user-scanner/PKGBUILD +++ b/packages/user-scanner/PKGBUILD @@ -2,7 +2,7 @@ # See COPYING for license details. pkgname=user-scanner -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc='OSINT tool that analyzes username and email presence across multiple platforms, intended for security research, investigations, legitimate analysis.' arch=('any') @@ -13,7 +13,7 @@ depends=('python' 'python-httpx' 'python-socksio' 'python-colorama') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'python-flit-core') source=("$url/archive/refs/tags/v$pkgver.tar.gz") -sha512sums=('d5ecbca837fe23b5c6f245b6801b96e169c44ec7c5142e56b9f5222a2b0b10e6a2436656b9aebead7169048f457436d142751a56d89d655b9adf764a0c0a5d27') +sha512sums=('9f6f77a20f437741e3833c04a61d5dc048d5855af73e47d0d9cc14e9f3ffad552b45414f96562fdf5fc70d16af08501d5eae3d801238479e68f625717af78ad9') prepare() { cd "$pkgname-$pkgver"