stlink: update to 1.8.0.
This commit is contained in:
parent
df7c8e102e
commit
0db7a266bd
|
@ -1,11 +0,0 @@
|
|||
--- a/src/stlink-gui/CMakeLists.txt
|
||||
+++ b/src/stlink-gui/CMakeLists.txt
|
||||
@@ -2,7 +2,7 @@
|
||||
# Build GUI
|
||||
###
|
||||
|
||||
-if (NOT WIN32 AND NOT CMAKE_CROSSCOMPILING)
|
||||
+if (NOT WIN32)
|
||||
find_package(PkgConfig)
|
||||
pkg_check_modules(GTK3 gtk+-3.0)
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'stlink'
|
||||
pkgname=stlink
|
||||
version=1.7.0
|
||||
revision=2
|
||||
version=1.8.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d
|
||||
-DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d -DSTLINK_LIBRARY_PATH=/usr/lib"
|
||||
|
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://github.com/stlink-org/stlink"
|
||||
changelog="https://raw.githubusercontent.com/stlink-org/stlink/master/CHANGELOG.md"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=57ec1214905aedf59bee7f70ddff02316f64fa9ba5a9b6a3a64952edc5b65855
|
||||
checksum=cff760b5c212c2cc480f705b9ca7f3828d6b9c267950c6a547002cd0a1f5f6ac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md LICENSE
|
||||
|
|
Loading…
Reference in New Issue