mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
v8.80
This commit is contained in:
parent
27459ff920
commit
205eb95b2f
2 changed files with 14 additions and 14 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 8.78
|
||||
pkgver = 8.80
|
||||
pkgrel = 1
|
||||
epoch = 63
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
|
|
@ -62,13 +62,13 @@ pkgbase = jlink-software-and-documentation
|
|||
md5sums = 78a5e5dc623aa9e9c1ffe3974b084dfb
|
||||
md5sums = 6661cbd2790e4168cd835e50a2fb4e1d
|
||||
md5sums = e1d104e5ee6fada9b673707b8b3e6616
|
||||
source_i686 = JLink_Linux_878_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V878_i386.tgz
|
||||
md5sums_i686 = daed120b33433df6bd7633113cef8f8e
|
||||
source_x86_64 = JLink_Linux_878_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V878_x86_64.tgz
|
||||
md5sums_x86_64 = 0943255e0c550ed52e1af4d78ffbb6f6
|
||||
source_armv7h = JLink_Linux_878_arm.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V878_arm.tgz
|
||||
md5sums_armv7h = 865d214ecc0ed7595f26db66ace1ebaa
|
||||
source_aarch64 = JLink_Linux_878_arm64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V878_arm64.tgz
|
||||
md5sums_aarch64 = b8323cb67f4faaaf63b04d8aafc924c4
|
||||
source_i686 = JLink_Linux_880_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V880_i386.tgz
|
||||
md5sums_i686 = f933bc3038612b79705e4501ec9e8f2b
|
||||
source_x86_64 = JLink_Linux_880_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V880_x86_64.tgz
|
||||
md5sums_x86_64 = 81a458c583a26bde8b042fcee3c4b0dd
|
||||
source_armv7h = JLink_Linux_880_arm.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V880_arm.tgz
|
||||
md5sums_armv7h = e16ad9d3d95bf17285f3776ed4ce1ed1
|
||||
source_aarch64 = JLink_Linux_880_arm64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V880_arm64.tgz
|
||||
md5sums_aarch64 = ae082d3182b09aa258baf5d87c4be7c2
|
||||
|
||||
pkgname = jlink-software-and-documentation
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: pzl <alsoelp at gmail dot com>
|
||||
|
||||
pkgname=jlink-software-and-documentation
|
||||
pkgver=8.78
|
||||
pkgver=8.80
|
||||
pkgrel=1
|
||||
epoch=63
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
|
|
@ -37,10 +37,10 @@ desktops=(
|
|||
"JTAGLoadExe.desktop"
|
||||
)
|
||||
source+=(${desktops[@]})
|
||||
md5sums_x86_64=('0943255e0c550ed52e1af4d78ffbb6f6')
|
||||
md5sums_i686=('daed120b33433df6bd7633113cef8f8e')
|
||||
md5sums_aarch64=('b8323cb67f4faaaf63b04d8aafc924c4')
|
||||
md5sums_armv7h=('865d214ecc0ed7595f26db66ace1ebaa')
|
||||
md5sums_x86_64=('81a458c583a26bde8b042fcee3c4b0dd')
|
||||
md5sums_i686=('f933bc3038612b79705e4501ec9e8f2b')
|
||||
md5sums_aarch64=('ae082d3182b09aa258baf5d87c4be7c2')
|
||||
md5sums_armv7h=('e16ad9d3d95bf17285f3776ed4ce1ed1')
|
||||
|
||||
md5sums=("a57d93b791581c1f36e4c672303bb85d"
|
||||
"02c4941650a2bd345b03dd958313d4c5"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue