summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Polti2023-07-17 16:24:18 +0200
committerAlexis Polti2023-07-17 16:24:18 +0200
commit5728da4b2aed8236280a49a5440020e8a843a45b (patch)
treeed3261a7d6a662faa3a2363ba3e14aa00eadb6a2
parent179cfa45c445fa22a1cfb514cb8a622eb4d718f9 (diff)
downloadaur-5728da4b2aed8236280a49a5440020e8a843a45b.tar.gz
v3.52a
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51d613ea89eb..7a754f0857da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = jlink-systemview
pkgdesc = Segger SystemView for Linux
- pkgver = 3.52
+ pkgver = 3.52a
pkgrel = 0
- epoch = 7
+ epoch = 8
url = https://www.segger.com/downloads/jlink/
arch = i686
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = jlink-systemview
source = SystemView.svg
md5sums = 89e75b3008c53de7fc22c00da5abba01
md5sums = 54635efec35cdbb6f60b997a8fceee74
- source_i686 = SystemView_Linux_V352_i686.tgz::https://www.segger.com/downloads/systemview/systemview_linux_tgz32
- md5sums_i686 = db1f6c08a68c3325cb63bce6ab2123b3
- source_x86_64 = SystemView_Linux_V352_x86_64.tgz::https://www.segger.com/downloads/systemview/systemview_linux_tgz64
- md5sums_x86_64 = 03164d16c7544439c25fcdc77fa05832
+ source_i686 = SystemView_Linux_V352a_i686.tgz::https://www.segger.com/downloads/systemview/systemview_linux_tgz32
+ md5sums_i686 = 4969a113501b44d5bacd79e1ffed22e8
+ source_x86_64 = SystemView_Linux_V352a_x86_64.tgz::https://www.segger.com/downloads/systemview/systemview_linux_tgz64
+ md5sums_x86_64 = adaec607d99890d961d61d8fcd5870fb
pkgname = jlink-systemview
diff --git a/PKGBUILD b/PKGBUILD
index b084a7cb74d8..c5dc7ba530a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: pzl <alsoelp at gmail dot com>
pkgname=jlink-systemview
-pkgver=3.52
+pkgver=3.52a
pkgrel=0
-epoch=7
+epoch=8
pkgdesc="Segger SystemView for Linux"
arch=('i686' 'x86_64')
license=('custom')
@@ -13,8 +13,8 @@ depends=('jlink-software-and-documentation' 'jlink-systemview-target-src')
source_x86_64=("SystemView_Linux_V${pkgver/./}_x86_64.tgz::https://www.segger.com/downloads/systemview/systemview_linux_tgz64")
source_i686=("SystemView_Linux_V${pkgver/./}_i686.tgz::https://www.segger.com/downloads/systemview/systemview_linux_tgz32")
source=("SystemView.desktop" "SystemView.svg")
-md5sums_x86_64=('03164d16c7544439c25fcdc77fa05832')
-md5sums_i686=('db1f6c08a68c3325cb63bce6ab2123b3')
+md5sums_x86_64=('adaec607d99890d961d61d8fcd5870fb')
+md5sums_i686=('4969a113501b44d5bacd79e1ffed22e8')
md5sums=('89e75b3008c53de7fc22c00da5abba01' '54635efec35cdbb6f60b997a8fceee74')
url="https://www.segger.com/downloads/jlink/"