mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 23:27:54 +01:00
v6.42
This commit is contained in:
parent
85efcfec60
commit
4857844971
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue Jan 22 11:34:40 UTC 2019
|
||||
# Wed Jan 30 17:57:29 UTC 2019
|
||||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.40b
|
||||
pkgver = 6.42
|
||||
pkgrel = 0
|
||||
epoch = 14
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
|
|
@ -16,10 +16,10 @@ pkgbase = jlink-software-and-documentation
|
|||
conflicts = j-link-software-and-documentation
|
||||
replaces = j-link-software-and-documentation
|
||||
options = !strip
|
||||
source_i686 = JLink_Linux_640b_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V640b_i386.tgz
|
||||
md5sums_i686 = 38b9237cbcaf0defc69ce491cb5c95ab
|
||||
source_x86_64 = JLink_Linux_640b_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V640b_x86_64.tgz
|
||||
md5sums_x86_64 = 5dcc4b880d42303aa0efe8bf4e6832d3
|
||||
source_i686 = JLink_Linux_642_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V642_i386.tgz
|
||||
md5sums_i686 = 3da6b60ad8395cca2faf4c30779bb08c
|
||||
source_x86_64 = JLink_Linux_642_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V642_x86_64.tgz
|
||||
md5sums_x86_64 = c2d5944161c1e292af525482b538e1b2
|
||||
|
||||
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.40b
|
||||
pkgver=6.42
|
||||
pkgrel=0
|
||||
epoch=14
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
|
|
@ -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=('38b9237cbcaf0defc69ce491cb5c95ab')
|
||||
md5sums_x86_64=('5dcc4b880d42303aa0efe8bf4e6832d3')
|
||||
md5sums_i686=('3da6b60ad8395cca2faf4c30779bb08c')
|
||||
md5sums_x86_64=('c2d5944161c1e292af525482b538e1b2')
|
||||
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