From 00b4135dd699be62938f9fafd8fd99b1362f5bef Mon Sep 17 00:00:00 2001 From: Alexis Polti Date: Fri, 22 Jan 2016 01:56:04 +0100 Subject: [PATCH] Upgrade to version 5.10h --- .SRCINFO | 12 ++++++------ PKGBUILD | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 486561f23f79..7a899ca54e6a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Jan 22 00:08:33 UTC 2016 +# Fri Jan 22 00:55:36 UTC 2016 pkgbase = jlink-software-and-documentation pkgdesc = Official Segger JLink software & documentation pack for Linux - pkgver = 5.10g + pkgver = 5.10h pkgrel = 1 url = https://www.segger.com/jlink-software.html install = jlink-software-and-documentation.install @@ -17,10 +17,10 @@ pkgbase = jlink-software-and-documentation replaces = jlink source = 99-jlink.rules.patch md5sums = 9250383b1a8ba81d06e7479c48b571ac - source_i686 = JLink_Linux_510g_i686.tgz::https://www.segger.com/jlink-software.html?step=1&file=JLinkLinuxTGZ32_510g - md5sums_i686 = 5969ff903263c2efbc43cae11a1bd8e7 - source_x86_64 = JLink_Linux_510g_x86_64.tgz::https://www.segger.com/jlink-software.html?step=1&file=JLinkLinuxTGZ64_510g - md5sums_x86_64 = 387771245e86d8e5462c993c2065948e + source_i686 = JLink_Linux_510h_i686.tgz::https://www.segger.com/jlink-software.html?step=1&file=JLinkLinuxTGZ32_510h + md5sums_i686 = ef6add335b741a17991c849c1afbf108 + source_x86_64 = JLink_Linux_510h_x86_64.tgz::https://www.segger.com/jlink-software.html?step=1&file=JLinkLinuxTGZ64_510h + md5sums_x86_64 = 4662bd0b5c12595a0e21c43867b64735 pkgname = jlink-software-and-documentation diff --git a/PKGBUILD b/PKGBUILD index 6b0a9aa54c8d..42b4e08b73fa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Alexis Polti pkgname=jlink-software-and-documentation -pkgver=5.10g +pkgver=5.10h pkgrel=1 pkgdesc="Official Segger JLink software & documentation pack for Linux" arch=('i686' 'x86_64') @@ -12,8 +12,8 @@ source_x86_64=("JLink_Linux_${pkgver/./}_x86_64.tgz::https://www.segger.com/jlin source_i686=("JLink_Linux_${pkgver/./}_i686.tgz::https://www.segger.com/jlink-software.html?step=1&file=JLinkLinuxTGZ32_${pkgver/./}") source=('99-jlink.rules.patch') md5sums=('9250383b1a8ba81d06e7479c48b571ac') -md5sums_i686=('5969ff903263c2efbc43cae11a1bd8e7') -md5sums_x86_64=('387771245e86d8e5462c993c2065948e') +md5sums_i686=('ef6add335b741a17991c849c1afbf108') +md5sums_x86_64=('4662bd0b5c12595a0e21c43867b64735') install=$pkgname.install url=("https://www.segger.com/jlink-software.html") conflicts=("j-link-software-and-documentation" "jlink")