Date: Thursday, June 8, 2017 @ 10:31:22 Author: tredaelli Revision: 235396
upgpkg: tcpreplay 4.2.5-1 Modified: tcpreplay/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-08 09:51:30 UTC (rev 235395) +++ PKGBUILD 2017-06-08 10:31:22 UTC (rev 235396) @@ -3,7 +3,7 @@ # Contributor: Sébastien Duquette <[email protected]> # Contributor: Dawid Wrobel <[email protected]> pkgname=tcpreplay -pkgver=4.1.0 +pkgver=4.2.5 pkgrel=1 pkgdesc="Gives the ability to replay previously captured traffic in a libpcap format" url="http://tcpreplay.appneta.com" @@ -13,8 +13,8 @@ makedepends=('tcpdump') optdepends=('tcpdump: decoding of packets support') options=('!emptydirs') -source=(https://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz{,.asc}) -md5sums=('fd48d73d84ade30ece0a9abb538c82d5' +source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc}) +md5sums=('8765cad213335cc58daa3697dc3043fb' 'SKIP') validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
