mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
v7.94e
This commit is contained in:
parent
a57c7669e7
commit
c4fe607a36
2 changed files with 16 additions and 16 deletions
20
.SRCINFO
20
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 7.94c
|
||||
pkgrel = 1
|
||||
pkgver = 7.94e
|
||||
pkgrel = 0
|
||||
epoch = 59
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
install = jlink-software-and-documentation.install
|
||||
|
|
@ -62,13 +62,13 @@ pkgbase = jlink-software-and-documentation
|
|||
md5sums = 78a5e5dc623aa9e9c1ffe3974b084dfb
|
||||
md5sums = 6661cbd2790e4168cd835e50a2fb4e1d
|
||||
md5sums = e1d104e5ee6fada9b673707b8b3e6616
|
||||
source_i686 = JLink_Linux_794c_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V794c_i386.tgz
|
||||
md5sums_i686 = 7cce13ca8fa0ae46469bf5429739c6fd
|
||||
source_x86_64 = JLink_Linux_794c_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V794c_x86_64.tgz
|
||||
md5sums_x86_64 = 46f15d1509261e4b856799788853ad06
|
||||
source_armv7h = JLink_Linux_794c_arm.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V794c_arm.tgz
|
||||
md5sums_armv7h = 9a20b1e600bc47c5826aa590728fffb5
|
||||
source_aarch64 = JLink_Linux_794c_arm64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V794c_arm64.tgz
|
||||
md5sums_aarch64 = 45d1fa6903e2229d9c02e5771cf92191
|
||||
source_i686 = JLink_Linux_794e_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V794e_i386.tgz
|
||||
md5sums_i686 = 16fda4b24d0b33b19dfeccfd31a662dd
|
||||
source_x86_64 = JLink_Linux_794e_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V794e_x86_64.tgz
|
||||
md5sums_x86_64 = 930221c54d1e752f3cf67333239b9411
|
||||
source_armv7h = JLink_Linux_794e_arm.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V794e_arm.tgz
|
||||
md5sums_armv7h = 007725336d28d9677d6c9a23e88a4249
|
||||
source_aarch64 = JLink_Linux_794e_arm64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V794e_arm64.tgz
|
||||
md5sums_aarch64 = 11012277c1e35134a9aca06fbd4954f2
|
||||
|
||||
pkgname = jlink-software-and-documentation
|
||||
|
|
|
|||
12
PKGBUILD
12
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# Maintainer: pzl <alsoelp at gmail dot com>
|
||||
|
||||
pkgname=jlink-software-and-documentation
|
||||
pkgver=7.94c
|
||||
pkgrel=1
|
||||
pkgver=7.94e
|
||||
pkgrel=0
|
||||
epoch=59
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
arch=('i686' 'x86_64' 'armv7h' 'aarch64' )
|
||||
|
|
@ -37,10 +37,10 @@ desktops=(
|
|||
"JTAGLoadExe.desktop"
|
||||
)
|
||||
source+=(${desktops[@]})
|
||||
md5sums_x86_64=('46f15d1509261e4b856799788853ad06')
|
||||
md5sums_i686=('7cce13ca8fa0ae46469bf5429739c6fd')
|
||||
md5sums_aarch64=('45d1fa6903e2229d9c02e5771cf92191')
|
||||
md5sums_armv7h=('9a20b1e600bc47c5826aa590728fffb5')
|
||||
md5sums_x86_64=('930221c54d1e752f3cf67333239b9411')
|
||||
md5sums_i686=('16fda4b24d0b33b19dfeccfd31a662dd')
|
||||
md5sums_aarch64=('11012277c1e35134a9aca06fbd4954f2')
|
||||
md5sums_armv7h=('007725336d28d9677d6c9a23e88a4249')
|
||||
|
||||
md5sums=("a57d93b791581c1f36e4c672303bb85d"
|
||||
"02c4941650a2bd345b03dd958313d4c5"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue