mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
v84b
This commit is contained in:
parent
209c974120
commit
368e78835c
2 changed files with 13 additions and 13 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.84
|
||||
pkgver = 6.84b
|
||||
pkgrel = 1
|
||||
epoch = 29
|
||||
epoch = 30
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
install = jlink-software-and-documentation.install
|
||||
arch = i686
|
||||
|
|
@ -17,12 +17,12 @@ pkgbase = jlink-software-and-documentation
|
|||
options = !strip
|
||||
source = 99-jlink.rules.patch
|
||||
md5sums = a57d93b791581c1f36e4c672303bb85d
|
||||
source_i686 = JLink_Linux_684_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V684_i386.tgz
|
||||
md5sums_i686 = eee4faa6220a382f420a6c4fc84ef9f9
|
||||
source_x86_64 = JLink_Linux_684_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V684_x86_64.tgz
|
||||
md5sums_x86_64 = e3b6f7c83b532bcb4bbcd855d5c04f0d
|
||||
source_armv7h = JLink_Linux_684_arm.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V684_arm.tgz
|
||||
md5sums_armv7h = 2ba48a35ecd8aa0ffea41c628bb886f7
|
||||
source_i686 = JLink_Linux_684b_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V684b_i386.tgz
|
||||
md5sums_i686 = d799914068a499755b3ff03ddf72bf6d
|
||||
source_x86_64 = JLink_Linux_684b_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V684b_x86_64.tgz
|
||||
md5sums_x86_64 = a58ed2fdd6d2aa695d9b0d6c2923c968
|
||||
source_armv7h = JLink_Linux_684b_arm.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V684b_arm.tgz
|
||||
md5sums_armv7h = 3c456150a3d58c788f4ba39595b00fc1
|
||||
|
||||
pkgname = jlink-software-and-documentation
|
||||
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: pzl <alsoelp at gmail dot com>
|
||||
|
||||
pkgname=jlink-software-and-documentation
|
||||
pkgver=6.84
|
||||
pkgver=6.84b
|
||||
pkgrel=1
|
||||
epoch=29
|
||||
epoch=30
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
arch=('i686' 'x86_64' 'armv7h')
|
||||
license=('custom')
|
||||
|
|
@ -14,9 +14,9 @@ source_x86_64=("JLink_Linux_${pkgver/./}_x86_64.tgz::https://www.segger.com/down
|
|||
source_i686=("JLink_Linux_${pkgver/./}_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V${pkgver/./}_i386.tgz")
|
||||
source_armv7h=("JLink_Linux_${pkgver/./}_arm.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V${pkgver/./}_arm.tgz")
|
||||
source=("99-jlink.rules.patch")
|
||||
md5sums_i686=('eee4faa6220a382f420a6c4fc84ef9f9')
|
||||
md5sums_x86_64=('e3b6f7c83b532bcb4bbcd855d5c04f0d')
|
||||
md5sums_armv7h=('2ba48a35ecd8aa0ffea41c628bb886f7')
|
||||
md5sums_i686=('d799914068a499755b3ff03ddf72bf6d')
|
||||
md5sums_x86_64=('a58ed2fdd6d2aa695d9b0d6c2923c968')
|
||||
md5sums_armv7h=('3c456150a3d58c788f4ba39595b00fc1')
|
||||
md5sums=('a57d93b791581c1f36e4c672303bb85d')
|
||||
install=$pkgname.install
|
||||
url="https://www.segger.com/jlink-software.html"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue