From 0223aa33da410576e154e5dfe497e3bcc4b87c23 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 28 Jul 2017 11:28:44 +0200 Subject: [PATCH] tcpflow: fix update-check --- srcpkgs/tcpflow/template | 2 +- srcpkgs/tcpflow/update | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/tcpflow/template b/srcpkgs/tcpflow/template index 6ef11b9ceb3..cdbec072edb 100644 --- a/srcpkgs/tcpflow/template +++ b/srcpkgs/tcpflow/template @@ -12,7 +12,7 @@ homepage="https://github.com/simsong/tcpflow" _be13_commit=8f4f4b3fe0b4815babb3a6fb595eb9a6d07e8a2e _dfxml_commit=13a8cc22189a8336d16777f2897ada6ae2ee59de _httpparser_commit=8d9e5db981b623fffc93657abacdc80270cbee58 -distfiles="$homepage/archive/$pkgname-$version.tar.gz +distfiles="https://github.com/simsong/tcpflow/archive/$pkgname-$version.tar.gz https://github.com/nodejs/http-parser/archive/$_httpparser_commit.tar.gz https://github.com/simsong/be13_api/archive/$_be13_commit.tar.gz https://github.com/simsong/dfxml/archive/$_dfxml_commit.tar.gz" diff --git a/srcpkgs/tcpflow/update b/srcpkgs/tcpflow/update index 09dc8cbc96e..3dec33972a9 100644 --- a/srcpkgs/tcpflow/update +++ b/srcpkgs/tcpflow/update @@ -1 +1,2 @@ site="https://github.com/simsong/tcpflow/tags" +ignore="*alpha* *beta*"