mirror of
https://github.com/archlinux/aur.git
synced 2026-03-09 22:20:02 +01:00
Upgrade to version 5.10h
This commit is contained in:
parent
1f79409501
commit
00b4135dd6
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.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
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Alexis Polti <ArchSegger at gmail dot com>
|
||||
|
||||
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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue