[arch-commits] Commit in stlink/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Feb 20 00:02:48 UTC 2018


    Date: Tuesday, February 20, 2018 @ 00:02:45
  Author: anatolik
Revision: 296441

upgpkg: stlink 1.5.0-2

FS#57566: fix version number reported by the tool

Modified:
  stlink/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-19 23:18:25 UTC (rev 296440)
+++ PKGBUILD	2018-02-20 00:02:45 UTC (rev 296441)
@@ -3,7 +3,7 @@
 
 pkgname=stlink
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Firmware programmer for STM32 STLINK v1/v2 protocol'
 arch=(x86_64)
 url='https://github.com/texane/stlink'
@@ -14,7 +14,7 @@
 optdepends=('gtk3: GUI application')
 install=stlink.install
 source=($pkgname-$pkgver.zip::https://github.com/texane/stlink/archive/$pkgver.zip)
-sha256sums=('d54f0e3e82b9829a7581776fec619d9f02d2ec08e39429e4257d80bf155cd5f9')
+sha256sums=('a29cf64ef2247ea2418c929bed8aecbb360f40ad489f1f268e31ca8eb974cab8')
 
 build() {
   cd stlink-$pkgver



More information about the arch-commits mailing list