diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-07-15 13:39:22 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-07-15 13:39:22 +0200 |
commit | c3fb7bc3bba604647d545afe621b131ef1f67a37 (patch) | |
tree | f6afc9936d78956574c784c9b0a5e0f9e15f2e58 /testing | |
parent | 8af106b18afc5c632519d2aaf07c69f451aa76e4 (diff) | |
download | aports-c3fb7bc3bba604647d545afe621b131ef1f67a37.tar.bz2 aports-c3fb7bc3bba604647d545afe621b131ef1f67a37.tar.xz |
testing/stlink: upgrade to 1.4.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/stlink/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/stlink/APKBUILD b/testing/stlink/APKBUILD index 5256f86ded..1691a9cf3e 100644 --- a/testing/stlink/APKBUILD +++ b/testing/stlink/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=stlink -pkgver=1.3.1 +pkgver=1.4.0 pkgrel=0 pkgdesc="STM32 discovery line linux programmer" url="https://github.com/texane/stlink" @@ -23,7 +23,7 @@ build() { -DBUILD_SHARED_LIBS=True \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ - -DCMAKE_C_FLAGS="$CFLAGS" \ + -DCMAKE_C_FLAGS="$CFLAGS -Wno-error=cpp" \ || return 1 make || return 1 } @@ -37,4 +37,4 @@ package() { "$pkgdir"/usr/share/doc/$pkgname/ || return 1 } -sha512sums="ce77d0cf76e4c4b973389599af5d736a0f22ffc2ef7231b2b157dae6dfe5018c2d2ed1b28c14bbbaaa7819847382fe93e437ae682b7eb30d4e44552f4e948043 stlink-1.3.1.tar.gz" +sha512sums="cb7617068a6dcaf7e8d0ccfb8b918f0373f6120398dab40a8b8d6567705871226684fd19aad92e4bab623310a5da13ea9fd70153b619f58d3534f0a4ff3a9886 stlink-1.4.0.tar.gz" |