From 4b932edb5651e854f721e54639f89869005ca68f Mon Sep 17 00:00:00 2001 From: Sergey Safarov Date: Wed, 23 Sep 2020 13:33:23 +0000 Subject: [PATCH] source archive name now more friendly. Before v1.4.7.zip, now sngrep-1.4.7.tar.gz --- pkg/rpm/SPECS/sngrep.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rpm/SPECS/sngrep.spec b/pkg/rpm/SPECS/sngrep.spec index abe3d3e..46a4a4f 100644 --- a/pkg/rpm/SPECS/sngrep.spec +++ b/pkg/rpm/SPECS/sngrep.spec @@ -7,7 +7,7 @@ Release: 0%{?dist} License: GPLv3 Group: Applications/Engineering BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Source: https://github.com/irontec/%{name}/archive/v%{version}.zip +Source: https://github.com/irontec/sngrep/releases/download/v%{version}/sngrep-%{version}.tar.gz URL: http://github.com/irontec/sngrep BuildRequires: ncurses-devel BuildRequires: make