summaryrefslogtreecommitdiffstats
path: root/tlsx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tlsx/PKGBUILD')
-rw-r--r--tlsx/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/tlsx/PKGBUILD b/tlsx/PKGBUILD
index 535ce15..0908503 100644
--- a/tlsx/PKGBUILD
+++ b/tlsx/PKGBUILD
@@ -1,15 +1,15 @@
1# Maintainer: Yigit Sever <yigit at yigitsever dot com> 1# Maintainer: Yigit Sever <yigit at yigitsever dot com>
2 2
3pkgname=tlsx 3pkgname=tlsx
4pkgver=1.1.8 4pkgver=1.2.2
5pkgrel=1 5pkgrel=1
6pkgdesc=" Fast and configurable TLS grabber focused on TLS based data collection" 6pkgdesc="Fast and configurable TLS grabber focused on TLS based data collection"
7arch=('x86_64') 7arch=('x86_64')
8url="https://github.com/projectdiscovery/tlsx" 8url="https://github.com/projectdiscovery/tlsx"
9license=('MIT') 9license=('MIT')
10makedepends=('go') 10makedepends=('go')
11source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") 11source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
12sha256sums=('272330eb814dc79d367b18c9aa5033a507f9214616d97ac4c1b2f75054767504') 12sha256sums=('f8f978b036b97b212ab4b954ba4a533adcb0425123d9dd8a4cde2d4948776628')
13 13
14prepare() { 14prepare() {
15 cd "${pkgname}-${pkgver}" 15 cd "${pkgname}-${pkgver}"