From aa7b9c474be88b1513590f9203f6cd74c81bcace Mon Sep 17 00:00:00 2001 From: Rihards Skuja Date: Mon, 20 Mar 2023 14:48:42 +0200 Subject: [PATCH] simplicity-commander: update to 1.14.5 --- simplicity-commander/.SRCINFO | 6 +++--- simplicity-commander/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/simplicity-commander/.SRCINFO b/simplicity-commander/.SRCINFO index 846029e..ed0e39e 100644 --- a/simplicity-commander/.SRCINFO +++ b/simplicity-commander/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = simplicity-commander pkgdesc = GUI and command line access to the debug features of Silicon Labs devices - pkgver = 1.14.4 + pkgver = 1.14.5 pkgrel = 1 url = https://www.silabs.com/mcu/programming-options arch = x86_64 license = LGPL depends = jlink-software-and-documentation options = !strip - source = simplicity-commander-1.14.4.zip::https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip - sha256sums = e9fdcc75981141f627174d555ce77741c2c629c039a76f07ecbc9f2091864970 + source = simplicity-commander-1.14.5.zip::https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip + sha256sums = 30a0cd9534246cb2e96e1331a426f0c8e80ec41be31cdb411df980239732185a pkgname = simplicity-commander diff --git a/simplicity-commander/PKGBUILD b/simplicity-commander/PKGBUILD index b9d6ebf..17b53db 100644 --- a/simplicity-commander/PKGBUILD +++ b/simplicity-commander/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Rihards Skuja pkgname=simplicity-commander -pkgver=1.14.4 +pkgver=1.14.5 pkgrel=1 pkgdesc='GUI and command line access to the debug features of Silicon Labs devices' arch=('x86_64') @@ -10,7 +10,7 @@ license=('LGPL') options=('!strip') depends=('jlink-software-and-documentation') source=("$pkgname-$pkgver.zip::https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip") -sha256sums=('e9fdcc75981141f627174d555ce77741c2c629c039a76f07ecbc9f2091864970') +sha256sums=('30a0cd9534246cb2e96e1331a426f0c8e80ec41be31cdb411df980239732185a') package() { cd "SimplicityCommander-Linux"