diff --git a/cppcheck-2.4.1.tar.gz b/cppcheck-2.4.1.tar.gz new file mode 100644 index 0000000..69ba28f --- /dev/null +++ b/cppcheck-2.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a9d9fe5305a105561655c45d2cd83cb30fbc87b41d0569de1b00a1a314867f +size 3761646 diff --git a/cppcheck-2.4.tar.bz2 b/cppcheck-2.4.tar.bz2 deleted file mode 100644 index 0f0ec27..0000000 --- a/cppcheck-2.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98624fa8e9b3d7fb220159300cfe565c5bf1dd3b43e4a4ff925722aa7684a02a -size 3048564 diff --git a/cppcheck.changes b/cppcheck.changes index 52dd5bd..49d8138 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 24 08:12:09 UTC 2021 - Dirk Müller + +- update to 2.4.1: + * fix for windows installer, no other changes + ------------------------------------------------------------------- Mon Mar 22 21:23:13 UTC 2021 - Dirk Müller diff --git a/cppcheck.spec b/cppcheck.spec index 62339ef..c3cea2b 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,12 +17,12 @@ Name: cppcheck -Version: 2.4 +Version: 2.4.1 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later URL: https://github.com/danmar/cppcheck -Source: https://downloads.sourceforge.net/cppcheck/cppcheck-%{version}.tar.bz2 +Source: https://github.com/danmar/cppcheck/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: docbook-xsl-stylesheets BuildRequires: gcc-c++