dnslookup: update to 1.11.1

This commit is contained in:
Mehdi Chinoune 2025-01-07 17:39:33 +00:00 committed by مهدي شينون (Mehdi Chinoune)
parent 964199652f
commit bff2b8a698

View File

@ -3,7 +3,7 @@
_realname=dnslookup
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.10.1
pkgver=1.11.1
pkgrel=1
pkgdesc='Simple command line utility to make DNS lookups (mingw-w64)'
arch=('any')
@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-go" "${MINGW_PACKAGE_PREFIX}-cc" "git")
optdepends=("git: To interact with repositories")
options=('!strip')
source=("$url/archive/v$pkgver/$_realname-$pkgver.tar.gz")
sha256sums=('f7b6ffb70136210ee321dee3e30a4c2b97958f7286cc7f0979aab3d8ed8ea723')
sha256sums=('31967c89406aa6da5f69c563815e58478b530c8e55f0d995065a363f68d5e535')
build() {
cd "${_realname}-$pkgver"