cppcheck: Bump to 2.10

This commit is contained in:
Tee KOBAYASHI 2023-01-29 19:43:35 +09:00 committed by xtkoba
parent b1779a1be0
commit b0600b70f3
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/danmar/cppcheck
TERMUX_PKG_DESCRIPTION="tool for static C/C++ code analysis"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.9.3"
TERMUX_PKG_VERSION=2.10
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_METHOD=repology # Upstream only releases major versions theough GitHub. Other minor updates are released using git tags, better rely on repology for updated versiom
TERMUX_PKG_SRCURL=https://github.com/danmar/cppcheck/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=46319ca73e33e4b2bd91981a76a0d4f184cd3f86b62dc18e8938eabacd3ad2e3
TERMUX_PKG_SHA256=785dcbf711048dfe43ae920b6eff2eeebb4a096e88188a40e173ca4c030f57c3
TERMUX_PKG_DEPENDS="libc++"

View File

@ -5,9 +5,9 @@ And anyways will lead to "Exec format" error as running target binaries on host
--- ./cli/CMakeLists.txt.orig 2022-05-22 12:43:53.588222173 +0530
+++ ./cli/CMakeLists.txt 2022-05-22 12:44:16.178222164 +0530
@@ -45,7 +45,6 @@
add_dependencies(cppcheck copy_cfg)
add_dependencies(cppcheck copy_addons)
add_dependencies(cppcheck copy_platforms)
-add_dependencies(cppcheck run-dmake)
install(TARGETS cppcheck