mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
v6.62a
This commit is contained in:
parent
392a3b483f
commit
2dcfc83e60
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.62
|
||||
pkgver = 6.62a
|
||||
pkgrel = 0
|
||||
epoch = 23
|
||||
epoch = 24
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
install = jlink-software-and-documentation.install
|
||||
arch = i686
|
||||
|
|
@ -14,10 +14,10 @@ pkgbase = jlink-software-and-documentation
|
|||
conflicts = j-link-software-and-documentation
|
||||
replaces = j-link-software-and-documentation
|
||||
options = !strip
|
||||
source_i686 = JLink_Linux_662_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V662_i386.tgz
|
||||
md5sums_i686 = 9b5047b428947015cd80b62869f7afd9
|
||||
source_x86_64 = JLink_Linux_662_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V662_x86_64.tgz
|
||||
md5sums_x86_64 = 4075994a56aef23a3691ac2a1dd6849f
|
||||
source_i686 = JLink_Linux_662a_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V662a_i386.tgz
|
||||
md5sums_i686 = 04284ede2ffe5003e7739ff106405237
|
||||
source_x86_64 = JLink_Linux_662a_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V662a_x86_64.tgz
|
||||
md5sums_x86_64 = 08de2c2ac3e3075133707409790febdf
|
||||
|
||||
pkgname = jlink-software-and-documentation
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: pzl <alsoelp at gmail dot com>
|
||||
|
||||
pkgname=jlink-software-and-documentation
|
||||
pkgver=6.62
|
||||
pkgver=6.62a
|
||||
pkgrel=0
|
||||
epoch=23
|
||||
epoch=24
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom')
|
||||
|
|
@ -12,8 +12,8 @@ groups=('jlink')
|
|||
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")
|
||||
md5sums_i686=('9b5047b428947015cd80b62869f7afd9')
|
||||
md5sums_x86_64=('4075994a56aef23a3691ac2a1dd6849f')
|
||||
md5sums_i686=('04284ede2ffe5003e7739ff106405237')
|
||||
md5sums_x86_64=('08de2c2ac3e3075133707409790febdf')
|
||||
install=$pkgname.install
|
||||
url="https://www.segger.com/jlink-software.html"
|
||||
conflicts=("j-link-software-and-documentation")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue