mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
v6.8e
This commit is contained in:
parent
3b41ad6d8a
commit
74ccf58090
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.80d
|
||||
pkgver = 6.80e
|
||||
pkgrel = 2
|
||||
epoch = 28
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
|
|
@ -16,10 +16,10 @@ pkgbase = jlink-software-and-documentation
|
|||
options = !strip
|
||||
source = 99-jlink.rules.patch
|
||||
md5sums = a57d93b791581c1f36e4c672303bb85d
|
||||
source_i686 = JLink_Linux_680d_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V680d_i386.tgz
|
||||
md5sums_i686 = 833284e3e2f2847ec8d9e7184c4e5b82
|
||||
source_x86_64 = JLink_Linux_680d_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V680d_x86_64.tgz
|
||||
md5sums_x86_64 = 73ce51ac0078ca6f92f53f5c8024fce9
|
||||
source_i686 = JLink_Linux_680e_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V680e_i386.tgz
|
||||
md5sums_i686 = 690ec5c9e1dbd27859fe153ee905ecbf
|
||||
source_x86_64 = JLink_Linux_680e_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V680e_x86_64.tgz
|
||||
md5sums_x86_64 = 7f437d7a1b5ee5107f895a0e836d951f
|
||||
|
||||
pkgname = jlink-software-and-documentation
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: pzl <alsoelp at gmail dot com>
|
||||
|
||||
pkgname=jlink-software-and-documentation
|
||||
pkgver=6.80d
|
||||
pkgver=6.80e
|
||||
pkgrel=2
|
||||
epoch=28
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
|
|
@ -13,8 +13,8 @@ depends=('glibc' 'libudev0-shim')
|
|||
source_x86_64=("JLink_Linux_${pkgver/./}_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V${pkgver/./}_x86_64.tgz")
|
||||
source_i686=("JLink_Linux_${pkgver/./}_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V${pkgver/./}_i386.tgz")
|
||||
source=("99-jlink.rules.patch")
|
||||
md5sums_i686=('833284e3e2f2847ec8d9e7184c4e5b82')
|
||||
md5sums_x86_64=('73ce51ac0078ca6f92f53f5c8024fce9')
|
||||
md5sums_i686=('690ec5c9e1dbd27859fe153ee905ecbf')
|
||||
md5sums_x86_64=('7f437d7a1b5ee5107f895a0e836d951f')
|
||||
md5sums=('a57d93b791581c1f36e4c672303bb85d')
|
||||
install=$pkgname.install
|
||||
url="https://www.segger.com/jlink-software.html"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue