From 435e068e0e00f56b3b0dc03e91851e0615ed8272 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Fri, 17 May 2019 19:54:26 +0000 Subject: community/scapy: regenerate checksums Upstream recreted the archive, changing it's hash. Diff: ```diff diff -rU0 1135075/scapy/__init__.py scapy-2.4.2/scapy/__init__.py --- 1135075/scapy/__init__.py 2019-01-10 19:33:08.000000000 +0100 +++ scapy-2.4.2/scapy/__init__.py 2019-01-10 19:33:08.000000000 +0100 @@ -82 +82 @@ - git_archive_id = 'bad14cb1a (HEAD -> master, tag: v2.4.2)' + git_archive_id = 'bad14cb1a (tag: v2.4.2)' ``` --- community/scapy/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/scapy/APKBUILD b/community/scapy/APKBUILD index 969907304bf..a23e98e2d3f 100644 --- a/community/scapy/APKBUILD +++ b/community/scapy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=scapy pkgver=2.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="Powerful interactive packet manipulation" url="http://www.secdev.org/projects/scapy/" arch="noarch" @@ -30,4 +30,4 @@ package() { python2 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="1135075a57fd7fe5e3460859ace58939ddd68466d171a7c78aebf95ee4f31bcfc6ea5d7ff7fa2395947866662f61f1c603959dd6b9ae768fe98b0ba4396e190f scapy-2.4.2.zip" +sha512sums="b7527a955d445c12e7957e8fe060bc0150442ccc75d63cea03c935c135c3f87c853fb4b824f46261e4c6b62a89a116afaf6ee5bdc610b76cbb64a7ba1249affa scapy-2.4.2.zip" -- cgit v1.2.3