Date: Monday, November 14, 2022 @ 23:13:03
  Author: kpcyrd
Revision: 1348310

upgpkg: ngrep 1.47-3 - add sha256sums=

Modified:
  ngrep/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 23:12:46 UTC (rev 1348309)
+++ PKGBUILD    2022-11-14 23:13:03 UTC (rev 1348310)
@@ -5,7 +5,7 @@
 pkgname=ngrep
 pkgver=1.47
 _pkgver="${pkgver/./_}"
-pkgrel=2
+pkgrel=3
 pkgdesc='A grep-like utility that allows you to search for network packets on 
an interface.'
 arch=('x86_64')
 url='https://github.com/jpr5/ngrep/'
@@ -13,6 +13,7 @@
 depends=('libpcap>=1.0.0' 'pcre')
 source=("https://github.com/jpr5/ngrep/archive/V${_pkgver}.tar.gz";)
 md5sums=('03cb1229ad586495852ea316262e8f38')
+sha256sums=('dc4dbe20991cc36bac5e97e99475e2a1522fd88c59ee2e08f813432c04c5fff3')
 
 build() {
   cd "${srcdir}/${pkgname}-${_pkgver}"

Reply via email to