diff options
-rw-r--r-- | cvemap/.SRCINFO | 12 | ||||
-rw-r--r-- | httpx-bin/.SRCINFO | 14 | ||||
-rw-r--r-- | httpx-bin/PKGBUILD | 8 | ||||
-rw-r--r-- | old_ver.json | 28 | ||||
-rw-r--r-- | tex-fmt/.SRCINFO | 6 | ||||
-rw-r--r-- | tex-fmt/PKGBUILD | 4 | ||||
-rw-r--r-- | tlsx/.SRCINFO | 6 | ||||
-rw-r--r-- | tlsx/PKGBUILD | 4 | ||||
-rw-r--r-- | vulnx/.SRCINFO | 12 | ||||
-rw-r--r-- | vulnx/PKGBUILD (renamed from cvemap/PKGBUILD) | 15 |
10 files changed, 56 insertions, 53 deletions
diff --git a/cvemap/.SRCINFO b/cvemap/.SRCINFO deleted file mode 100644 index cc2187a..0000000 --- a/cvemap/.SRCINFO +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | pkgbase = cvemap | ||
2 | pkgdesc = Navigate the CVE jungle with ease | ||
3 | pkgver = 0.0.7 | ||
4 | pkgrel = 1 | ||
5 | url = https://github.com/projectdiscovery/cvemap | ||
6 | arch = x86_64 | ||
7 | license = MIT | ||
8 | makedepends = go | ||
9 | source = cvemap-0.0.7.tar.gz::https://github.com/projectdiscovery/cvemap/archive/refs/tags/v0.0.7.tar.gz | ||
10 | sha256sums = 4648b800c596e388a22922a04849f58f04bb5f73630cd8006c2756b3751b889b | ||
11 | |||
12 | pkgname = cvemap | ||
diff --git a/httpx-bin/.SRCINFO b/httpx-bin/.SRCINFO index b98c81c..342923f 100644 --- a/httpx-bin/.SRCINFO +++ b/httpx-bin/.SRCINFO | |||
@@ -1,6 +1,6 @@ | |||
1 | pkgbase = httpx-bin | 1 | pkgbase = httpx-bin |
2 | pkgdesc = Fast and multi-purpose HTTP toolkit | 2 | pkgdesc = Fast and multi-purpose HTTP toolkit |
3 | pkgver = 1.7.0 | 3 | pkgver = 1.7.1 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://github.com/projectdiscovery/httpx | 5 | url = https://github.com/projectdiscovery/httpx |
6 | install = httpx-bin.install | 6 | install = httpx-bin.install |
@@ -11,11 +11,11 @@ pkgbase = httpx-bin | |||
11 | provides = httpx | 11 | provides = httpx |
12 | conflicts = httpx | 12 | conflicts = httpx |
13 | options = !strip | 13 | options = !strip |
14 | source_x86_64 = httpx-1.7.0-x86_64.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.7.0/httpx_1.7.0_linux_amd64.zip | 14 | source_x86_64 = httpx-1.7.1-x86_64.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.7.1/httpx_1.7.1_linux_amd64.zip |
15 | sha256sums_x86_64 = 9c6f72eb57ec59b670ab30f33e288853b119a930e07b6a441bd022ce6125e565 | 15 | sha256sums_x86_64 = 865806a4eec321368e365b419baa3abdc0deb0d4ba598fe85a548a7c8682eb30 |
16 | source_armv6h = httpx-1.7.0-armv6.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.7.0/httpx_1.7.0_linux_arm.zip | 16 | source_armv6h = httpx-1.7.1-armv6.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.7.1/httpx_1.7.1_linux_arm.zip |
17 | sha256sums_armv6h = 1cfe31626ace03b9aa633b218a8148c6f274c5ce126556be937bcabfea397a12 | 17 | sha256sums_armv6h = 8797158f1dfa922257bb71e1e0773f497a2d5b5d4fa764b73917f3dc2a2ddf04 |
18 | source_aarch64 = httpx-1.7.0-aarch64.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.7.0/httpx_1.7.0_linux_arm64.zip | 18 | source_aarch64 = httpx-1.7.1-aarch64.zip::https://github.com/projectdiscovery/httpx/releases/download/v1.7.1/httpx_1.7.1_linux_arm64.zip |
19 | sha256sums_aarch64 = 340f4d1bed70e7babe0670d54d40c4a78adc8aae22ed8170a8d297b0d4fa8bcd | 19 | sha256sums_aarch64 = 54cec49934ff60bc78980d3f6f4bff01742ca50214183d78b2c336f40db2dda3 |
20 | 20 | ||
21 | pkgname = httpx-bin | 21 | pkgname = httpx-bin |
diff --git a/httpx-bin/PKGBUILD b/httpx-bin/PKGBUILD index bf55543..0151080 100644 --- a/httpx-bin/PKGBUILD +++ b/httpx-bin/PKGBUILD | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | _pkgname='httpx' | 4 | _pkgname='httpx' |
5 | pkgname="${_pkgname}-bin" | 5 | pkgname="${_pkgname}-bin" |
6 | pkgver=1.7.0 | 6 | pkgver=1.7.1 |
7 | pkgrel=1 | 7 | pkgrel=1 |
8 | pkgdesc='Fast and multi-purpose HTTP toolkit' | 8 | pkgdesc='Fast and multi-purpose HTTP toolkit' |
9 | arch=('x86_64' 'armv6h' 'aarch64') | 9 | arch=('x86_64' 'armv6h' 'aarch64') |
@@ -18,9 +18,9 @@ source_x86_64=("${_pkgname}-${pkgver}-x86_64.zip::${url}/releases/download/v${pk | |||
18 | source_armv6h=("${_pkgname}-${pkgver}-armv6.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm.zip") | 18 | source_armv6h=("${_pkgname}-${pkgver}-armv6.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm.zip") |
19 | source_aarch64=("${_pkgname}-${pkgver}-aarch64.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.zip") | 19 | source_aarch64=("${_pkgname}-${pkgver}-aarch64.zip::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.zip") |
20 | 20 | ||
21 | sha256sums_x86_64=('9c6f72eb57ec59b670ab30f33e288853b119a930e07b6a441bd022ce6125e565') | 21 | sha256sums_x86_64=('865806a4eec321368e365b419baa3abdc0deb0d4ba598fe85a548a7c8682eb30') |
22 | sha256sums_armv6h=('1cfe31626ace03b9aa633b218a8148c6f274c5ce126556be937bcabfea397a12') | 22 | sha256sums_armv6h=('8797158f1dfa922257bb71e1e0773f497a2d5b5d4fa764b73917f3dc2a2ddf04') |
23 | sha256sums_aarch64=('340f4d1bed70e7babe0670d54d40c4a78adc8aae22ed8170a8d297b0d4fa8bcd') | 23 | sha256sums_aarch64=('54cec49934ff60bc78980d3f6f4bff01742ca50214183d78b2c336f40db2dda3') |
24 | 24 | ||
25 | package() { | 25 | package() { |
26 | install -Dvm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}-toolkit" | 26 | install -Dvm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}-toolkit" |
diff --git a/old_ver.json b/old_ver.json index 1c99e88..a9350a6 100644 --- a/old_ver.json +++ b/old_ver.json | |||
@@ -5,9 +5,9 @@ | |||
5 | "version": "2.1.66" | 5 | "version": "2.1.66" |
6 | }, | 6 | }, |
7 | "cvemap": { | 7 | "cvemap": { |
8 | "version": "v0.0.7", | 8 | "version": "v1.0.0", |
9 | "gitref": "refs/tags/v0.0.7", | 9 | "gitref": "refs/tags/v1.0.0", |
10 | "url": "https://github.com/projectdiscovery/cvemap/releases/tag/v0.0.7" | 10 | "url": "https://github.com/projectdiscovery/cvemap/releases/tag/v1.0.0" |
11 | }, | 11 | }, |
12 | "datavzrd": { | 12 | "datavzrd": { |
13 | "version": "v2.41.3", | 13 | "version": "v2.41.3", |
@@ -28,7 +28,9 @@ | |||
28 | "url": "https://github.com/mattn/efm-langserver/releases/tag/v0.0.54" | 28 | "url": "https://github.com/mattn/efm-langserver/releases/tag/v0.0.54" |
29 | }, | 29 | }, |
30 | "euterpe": { | 30 | "euterpe": { |
31 | "version": "v1.5.4" | 31 | "version": "v1.6.1", |
32 | "gitref": "refs/tags/v1.6.1", | ||
33 | "url": "https://github.com/ironsmile/euterpe/releases/tag/v1.6.1" | ||
32 | }, | 34 | }, |
33 | "flowy": { | 35 | "flowy": { |
34 | "version": "0.4.0" | 36 | "version": "0.4.0" |
@@ -58,9 +60,9 @@ | |||
58 | "url": "https://github.com/twekkel/htpdate/releases/tag/v2.0.0" | 60 | "url": "https://github.com/twekkel/htpdate/releases/tag/v2.0.0" |
59 | }, | 61 | }, |
60 | "httpx": { | 62 | "httpx": { |
61 | "version": "v1.7.0", | 63 | "version": "v1.7.1", |
62 | "gitref": "refs/tags/v1.7.0", | 64 | "gitref": "refs/tags/v1.7.1", |
63 | "url": "https://github.com/projectdiscovery/httpx/releases/tag/v1.7.0" | 65 | "url": "https://github.com/projectdiscovery/httpx/releases/tag/v1.7.1" |
64 | }, | 66 | }, |
65 | "i3-layouts": { | 67 | "i3-layouts": { |
66 | "version": "v0.13.2" | 68 | "version": "v0.13.2" |
@@ -147,9 +149,9 @@ | |||
147 | "version": "2.4" | 149 | "version": "2.4" |
148 | }, | 150 | }, |
149 | "tex-fmt": { | 151 | "tex-fmt": { |
150 | "version": "v0.5.4", | 152 | "version": "v0.5.5", |
151 | "gitref": "refs/tags/v0.5.4", | 153 | "gitref": "refs/tags/v0.5.5", |
152 | "url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/tag/v0.5.4" | 154 | "url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/tag/v0.5.5" |
153 | }, | 155 | }, |
154 | "the-deeps": { | 156 | "the-deeps": { |
155 | "version": "1.2.1" | 157 | "version": "1.2.1" |
@@ -163,9 +165,9 @@ | |||
163 | "version": "1.5.2" | 165 | "version": "1.5.2" |
164 | }, | 166 | }, |
165 | "tlsx": { | 167 | "tlsx": { |
166 | "version": "v1.1.9", | 168 | "version": "v1.2.0", |
167 | "gitref": "refs/tags/v1.1.9", | 169 | "gitref": "refs/tags/v1.2.0", |
168 | "url": "https://github.com/projectdiscovery/tlsx/releases/tag/v1.1.9" | 170 | "url": "https://github.com/projectdiscovery/tlsx/releases/tag/v1.2.0" |
169 | }, | 171 | }, |
170 | "unsilence": { | 172 | "unsilence": { |
171 | "version": "1.0.9" | 173 | "version": "1.0.9" |
diff --git a/tex-fmt/.SRCINFO b/tex-fmt/.SRCINFO index 9dd412e..eeb66cb 100644 --- a/tex-fmt/.SRCINFO +++ b/tex-fmt/.SRCINFO | |||
@@ -1,12 +1,12 @@ | |||
1 | pkgbase = tex-fmt | 1 | pkgbase = tex-fmt |
2 | pkgdesc = An extremely fast LaTeX formatter written in Rust | 2 | pkgdesc = An extremely fast LaTeX formatter written in Rust |
3 | pkgver = 0.5.4 | 3 | pkgver = 0.5.5 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://github.com/WGUNDERWOOD/tex-fmt | 5 | url = https://github.com/WGUNDERWOOD/tex-fmt |
6 | arch = x86_64 | 6 | arch = x86_64 |
7 | license = MIT | 7 | license = MIT |
8 | makedepends = cargo | 8 | makedepends = cargo |
9 | source = tex-fmt-0.5.4.tar.gz::https://github.com/WGUNDERWOOD/tex-fmt/archive/refs/tags/v0.5.4.tar.gz | 9 | source = tex-fmt-0.5.5.tar.gz::https://github.com/WGUNDERWOOD/tex-fmt/archive/refs/tags/v0.5.5.tar.gz |
10 | sha256sums = 1a1bc787edb6b8f58feb6f0f5f33a6cac04ea583763f6807c6e319d6171b5d4b | 10 | sha256sums = 383c1620bf789945b04359127adb222118926eea7576910eb6779fb0dcdf9cdc |
11 | 11 | ||
12 | pkgname = tex-fmt | 12 | pkgname = tex-fmt |
diff --git a/tex-fmt/PKGBUILD b/tex-fmt/PKGBUILD index 2f39a22..a5989b8 100644 --- a/tex-fmt/PKGBUILD +++ b/tex-fmt/PKGBUILD | |||
@@ -1,7 +1,7 @@ | |||
1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> | 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> |
2 | 2 | ||
3 | pkgname=tex-fmt | 3 | pkgname=tex-fmt |
4 | pkgver=0.5.4 | 4 | pkgver=0.5.5 |
5 | pkgrel=1 | 5 | pkgrel=1 |
6 | pkgdesc="An extremely fast LaTeX formatter written in Rust" | 6 | pkgdesc="An extremely fast LaTeX formatter written in Rust" |
7 | arch=('x86_64') | 7 | arch=('x86_64') |
@@ -9,7 +9,7 @@ url="https://github.com/WGUNDERWOOD/tex-fmt" | |||
9 | license=('MIT') | 9 | license=('MIT') |
10 | makedepends=(cargo) | 10 | makedepends=(cargo) |
11 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") | 11 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") |
12 | sha256sums=('1a1bc787edb6b8f58feb6f0f5f33a6cac04ea583763f6807c6e319d6171b5d4b') | 12 | sha256sums=('383c1620bf789945b04359127adb222118926eea7576910eb6779fb0dcdf9cdc') |
13 | 13 | ||
14 | prepare() { | 14 | prepare() { |
15 | cd "$srcdir/$pkgname-$pkgver" | 15 | cd "$srcdir/$pkgname-$pkgver" |
diff --git a/tlsx/.SRCINFO b/tlsx/.SRCINFO index ceb1f57..e53b5f3 100644 --- a/tlsx/.SRCINFO +++ b/tlsx/.SRCINFO | |||
@@ -1,12 +1,12 @@ | |||
1 | pkgbase = tlsx | 1 | pkgbase = tlsx |
2 | pkgdesc = Fast and configurable TLS grabber focused on TLS based data collection | 2 | pkgdesc = Fast and configurable TLS grabber focused on TLS based data collection |
3 | pkgver = 1.1.9 | 3 | pkgver = 1.2.0 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://github.com/projectdiscovery/tlsx | 5 | url = https://github.com/projectdiscovery/tlsx |
6 | arch = x86_64 | 6 | arch = x86_64 |
7 | license = MIT | 7 | license = MIT |
8 | makedepends = go | 8 | makedepends = go |
9 | source = tlsx-1.1.9.tar.gz::https://github.com/projectdiscovery/tlsx/archive/refs/tags/v1.1.9.tar.gz | 9 | source = tlsx-1.2.0.tar.gz::https://github.com/projectdiscovery/tlsx/archive/refs/tags/v1.2.0.tar.gz |
10 | sha256sums = 96280c609d8e82258ec2da99487702d1696d6430bdd179cbc64ff035be8f92c9 | 10 | sha256sums = 0aefac187dfe49f1c30b52736915c81b5c1fa215bd76a2417fff9d3006acc98a |
11 | 11 | ||
12 | pkgname = tlsx | 12 | pkgname = tlsx |
diff --git a/tlsx/PKGBUILD b/tlsx/PKGBUILD index f9faa92..26d750b 100644 --- a/tlsx/PKGBUILD +++ b/tlsx/PKGBUILD | |||
@@ -1,7 +1,7 @@ | |||
1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> | 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> |
2 | 2 | ||
3 | pkgname=tlsx | 3 | pkgname=tlsx |
4 | pkgver=1.1.9 | 4 | pkgver=1.2.0 |
5 | pkgrel=1 | 5 | pkgrel=1 |
6 | pkgdesc=" Fast and configurable TLS grabber focused on TLS based data collection" | 6 | pkgdesc=" Fast and configurable TLS grabber focused on TLS based data collection" |
7 | arch=('x86_64') | 7 | arch=('x86_64') |
@@ -9,7 +9,7 @@ url="https://github.com/projectdiscovery/tlsx" | |||
9 | license=('MIT') | 9 | license=('MIT') |
10 | makedepends=('go') | 10 | makedepends=('go') |
11 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") | 11 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") |
12 | sha256sums=('96280c609d8e82258ec2da99487702d1696d6430bdd179cbc64ff035be8f92c9') | 12 | sha256sums=('0aefac187dfe49f1c30b52736915c81b5c1fa215bd76a2417fff9d3006acc98a') |
13 | 13 | ||
14 | prepare() { | 14 | prepare() { |
15 | cd "${pkgname}-${pkgver}" | 15 | cd "${pkgname}-${pkgver}" |
diff --git a/vulnx/.SRCINFO b/vulnx/.SRCINFO new file mode 100644 index 0000000..9d0250c --- /dev/null +++ b/vulnx/.SRCINFO | |||
@@ -0,0 +1,12 @@ | |||
1 | pkgbase = vulnx | ||
2 | pkgdesc = Modern CLI for exploring vulnerability data with powerful search, filtering, and analysis capabilities | ||
3 | pkgver = 1.0.0 | ||
4 | pkgrel = 1 | ||
5 | url = https://github.com/projectdiscovery/cvemap | ||
6 | arch = x86_64 | ||
7 | license = MIT | ||
8 | makedepends = go | ||
9 | source = vulnx-1.0.0.tar.gz::https://github.com/projectdiscovery/cvemap/archive/refs/tags/v1.0.0.tar.gz | ||
10 | sha256sums = 76146c23e94493106c9d9bc6f039b33e182415d0a35e5adf43b83f1712cf8d35 | ||
11 | |||
12 | pkgname = vulnx | ||
diff --git a/cvemap/PKGBUILD b/vulnx/PKGBUILD index 9f03f14..a0fb70d 100644 --- a/cvemap/PKGBUILD +++ b/vulnx/PKGBUILD | |||
@@ -1,23 +1,24 @@ | |||
1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> | 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> |
2 | 2 | ||
3 | pkgname=cvemap | 3 | pkgname=vulnx |
4 | pkgver=0.0.7 | 4 | _pkgname=cvemap |
5 | pkgver=1.0.0 | ||
5 | pkgrel=1 | 6 | pkgrel=1 |
6 | pkgdesc="Navigate the CVE jungle with ease" | 7 | pkgdesc="Modern CLI for exploring vulnerability data with powerful search, filtering, and analysis capabilities" |
7 | arch=('x86_64') | 8 | arch=('x86_64') |
8 | url="https://github.com/projectdiscovery/cvemap" | 9 | url="https://github.com/projectdiscovery/cvemap" |
9 | license=('MIT') | 10 | license=('MIT') |
10 | makedepends=('go') | 11 | makedepends=('go') |
11 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") | 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") |
12 | sha256sums=('4648b800c596e388a22922a04849f58f04bb5f73630cd8006c2756b3751b889b') | 13 | sha256sums=('76146c23e94493106c9d9bc6f039b33e182415d0a35e5adf43b83f1712cf8d35') |
13 | 14 | ||
14 | prepare() { | 15 | prepare() { |
15 | cd "${pkgname}-${pkgver}" | 16 | cd "${_pkgname}-${pkgver}" |
16 | mkdir -p build/ | 17 | mkdir -p build/ |
17 | } | 18 | } |
18 | 19 | ||
19 | build() { | 20 | build() { |
20 | cd "${pkgname}-${pkgver}" | 21 | cd "${_pkgname}-${pkgver}" |
21 | export CGO_CPPFLAGS="${CPPFLAGS}" | 22 | export CGO_CPPFLAGS="${CPPFLAGS}" |
22 | export CGO_CFLAGS="${CFLAGS}" | 23 | export CGO_CFLAGS="${CFLAGS}" |
23 | export CGO_CXXFLAGS="${CXXFLAGS}" | 24 | export CGO_CXXFLAGS="${CXXFLAGS}" |
@@ -27,7 +28,7 @@ build() { | |||
27 | } | 28 | } |
28 | 29 | ||
29 | package() { | 30 | package() { |
30 | cd "${pkgname}-${pkgver}" | 31 | cd "${_pkgname}-${pkgver}" |
31 | install -Dm755 build/$pkgname "$pkgdir"/usr/bin/$pkgname | 32 | install -Dm755 build/$pkgname "$pkgdir"/usr/bin/$pkgname |
32 | install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" | 33 | install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" |
33 | } | 34 | } |