Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
impacket
Commits:
e82b43a1 by Levente Polyak at 2026-05-22T20:18:45+02:00
upgpkg: 0.13.1-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = impacket
pkgdesc = Collection of classes for working with network protocols
- pkgver = 0.13.0
- pkgrel = 2
+ pkgver = 0.13.1
+ pkgrel = 1
url = https://github.com/CoreSecurity/impacket
arch = any
license = Apache-2.0
@@ -23,7 +23,7 @@ pkgbase = impacket
depends = python-pycryptodomex
depends = python-pyopenssl
depends = python-six
- source =
https://github.com/CoreSecurity/impacket/archive/impacket_0_13_0.tar.gz
- sha512sums =
733e1403d7307739a08174918badbe0094204303f5d90ffa930789b1acd23397365230e0932c669c1a58f3853ca40c4c5d5386ec9418b2996336ca7e73084568
+ source =
https://github.com/CoreSecurity/impacket/archive/impacket_0_13_1.tar.gz
+ sha512sums =
94a7b742250115266c25a753b37fad7eadc5cafbf3c2528a901d34cc03dc3716232b82b30c5bee136e85fb6f0180110ccc129a9f6ce2e269b15bfb5f2113afd1
pkgname = impacket
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Paolo Giangrandi <[email protected]>
pkgname=impacket
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.13.1
+pkgrel=1
pkgdesc='Collection of classes for working with network protocols'
url='https://github.com/CoreSecurity/impacket'
arch=(any)
@@ -34,8 +34,10 @@ checkdepends=(
python-cryptography
python-pytest
)
-source=("${url}/archive/impacket_${pkgver//./_}.tar.gz")
-sha512sums=('733e1403d7307739a08174918badbe0094204303f5d90ffa930789b1acd23397365230e0932c669c1a58f3853ca40c4c5d5386ec9418b2996336ca7e73084568')
+source=(
+ "${url}/archive/impacket_${pkgver//./_}.tar.gz"
+)
+sha512sums=('94a7b742250115266c25a753b37fad7eadc5cafbf3c2528a901d34cc03dc3716232b82b30c5bee136e85fb6f0180110ccc129a9f6ce2e269b15bfb5f2113afd1')
build() {
cd ${pkgname}-${pkgname}_${pkgver//./_}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/impacket/-/commit/e82b43a12a576d7729ce210ff88c7996f012bc1a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/impacket/-/commit/e82b43a12a576d7729ce210ff88c7996f012bc1a
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help