Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
ngrep
Commits:
8f2ab029 by Lukas Fleischer at 2026-02-11T13:10:33-05:00
upgpkg: 1.49.0-1: upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ngrep
pkgdesc = A grep-like utility that allows you to search for network
packets on an interface.
- pkgver = 1.48.3
+ pkgver = 1.49.0
pkgrel = 1
url = https://github.com/jpr5/ngrep/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = ngrep
makedepends = git
depends = libpcap>=1.0.0
depends = pcre2
- source = git+https://github.com/jpr5/ngrep#tag=v1.48.3
- md5sums = bf2031ade9d17f2cb411f288c88dfa7a
- sha256sums =
5d744d8b743143291815b8c666f60c7c3a7d782c365fd80d1fca951bbc2525d7
+ source = git+https://github.com/jpr5/ngrep#tag=v1.49.0
+ md5sums = 97fb7f37ec569a02afd8218727a3cb48
+ sha256sums =
874fb154f232cab6f070d799cb37561765fee311439b8e5a2d4e019558918d31
pkgname = ngrep
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: dorphell <[email protected]>
pkgname=ngrep
-pkgver=1.48.3
+pkgver=1.49.0
pkgrel=1
pkgdesc='A grep-like utility that allows you to search for network packets on
an interface.'
arch=('x86_64')
@@ -12,8 +12,8 @@ license=('custom')
depends=('libpcap>=1.0.0' 'pcre2')
makedepends=('git')
source=("git+https://github.com/jpr5/ngrep#tag=v${pkgver}")
-md5sums=('bf2031ade9d17f2cb411f288c88dfa7a')
-sha256sums=('5d744d8b743143291815b8c666f60c7c3a7d782c365fd80d1fca951bbc2525d7')
+md5sums=('97fb7f37ec569a02afd8218727a3cb48')
+sha256sums=('874fb154f232cab6f070d799cb37561765fee311439b8e5a2d4e019558918d31')
build() {
cd "${srcdir}/${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ngrep/-/commit/8f2ab0294bd563c7c2f13b0d6d0bc7c4d2141643
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ngrep/-/commit/8f2ab0294bd563c7c2f13b0d6d0bc7c4d2141643
You're receiving this email because of your account on gitlab.archlinux.org.