aboutsummaryrefslogtreecommitdiffstats
path: root/community/stlink/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-09-24 22:25:55 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-09-24 22:25:55 +0200
commit24ee378b3413205868ad0324187ea33aed190695 (patch)
tree6cdb6d4402d427beef4e1f9ad5b0c607260a897f /community/stlink/APKBUILD
parent65209248e8de28f143971ec523d55ad9b98e0f9c (diff)
downloadaports-24ee378b3413205868ad0324187ea33aed190695.tar.bz2
aports-24ee378b3413205868ad0324187ea33aed190695.tar.xz
community/stlink: upgrade to 1.5.1
Diffstat (limited to 'community/stlink/APKBUILD')
-rw-r--r--community/stlink/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/stlink/APKBUILD b/community/stlink/APKBUILD
index 8d0168452e..f5fc200a5c 100644
--- a/community/stlink/APKBUILD
+++ b/community/stlink/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=stlink
-pkgver=1.5.0
-pkgrel=1
+pkgver=1.5.1
+pkgrel=0
pkgdesc="STM32 discovery line linux programmer"
url="https://github.com/texane/stlink"
arch="all"
@@ -13,8 +13,7 @@ makedepends="cmake libusb-dev"
install=""
options="!check" # upstream doesn't have automated tests
subpackages="$pkgname-doc $pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/texane/$pkgname/archive/$pkgver.tar.gz
- 0001-Fix-libusb-function-deprecation-used-for-stlinkv1.patch"
+source="$pkgname-$pkgver.tar.gz::https://github.com/texane/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
build() {
@@ -38,5 +37,4 @@ package() {
"$pkgdir"/usr/share/doc/$pkgname/
}
-sha512sums="0e93c0fdcd377c6f2d452b9b6fa00b741dc0dd906673773ef09185aca4f63930db61e137bb28c47e34218edca9f7a80cd05352fb8f9d8e50b000c779cc36580a stlink-1.5.0.tar.gz
-d3bf74913f675f2f49c2219883c50a138267caf0a2e20e11f461d10ff77d0e291cf44cc266fa200855c9e171081f560a460496df28cc20c1020fdaef95dc3753 0001-Fix-libusb-function-deprecation-used-for-stlinkv1.patch"
+sha512sums="cabf7f6f5a6f3655206694f21162e0d9ac663bea07354186836695da888f2ddebe3871ea56580d1d4781d4c3dbf8a8459ab87ccbcd6f181f8e651ef58e22a372 stlink-1.5.1.tar.gz"