Skip to content
Open

dnsrecon #59568

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/dnsrecon/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'dnsrecon'
pkgname=dnsrecon
version=1.5.3
version=1.6.0
revision=1
build_style=python3-pep517
make_check_args="-k not(test_zone_transfer)"
Expand All @@ -12,7 +12,7 @@ maintainer="Jason Elswick <jason@jasondavid.us>"
license="GPL-2.0-only"
homepage="https://github.com/darkoperator/dnsrecon"
distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
checksum=7ca7593612291ff8f79729462339b082e15c1c1bc75a8e61c0d44afcc8a32ed3
checksum=21b83c22e4dcf684b623c824a678c371d803952d99d4758c9b1c45bce409eb3d

python3-dnsrecon_package() {
depends="${sourcepkg}"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/python3-fastapi/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-fastapi'
pkgname=python3-fastapi
version=0.135.1
version=0.135.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-pdm-backend"
Expand All @@ -10,7 +10,7 @@ maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/FastAPI/FastAPI"
distfiles="https://github.com/fastapi/fastapi/archive/refs/tags/${version}.tar.gz"
checksum=0fc2cc0d82c046e295cfca85edbabb79dcaea394a838dcf6ea065670bc38e0f1
checksum=57cb5cc103fd82c3387d60721d37308a9b5b2b12f1536894a0556e76b980543c
make_check=no # too many unpackaged dependencies

post_install() {
Expand Down