summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Polti2023-03-06 20:58:57 +0100
committerAlexis Polti2023-03-06 20:58:57 +0100
commit4f92ab0a51c26f73e3f915e87a1079f1ea671107 (patch)
tree648555341f1a92f91c12b48f40856dbe2f9dd9f4
parent678578db017ead6421844be0866affe73f74fe82 (diff)
downloadaur-4f92ab0a51c26f73e3f915e87a1079f1ea671107.tar.gz
v3.50a
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf2484f65556..3729757a43b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = jlink-systemview
pkgdesc = Segger SystemView for Linux
- pkgver = 3.50
+ pkgver = 3.50a
pkgrel = 0
- epoch = 6
+ epoch = 7
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_V350_i686.tgz::https://www.segger.com/downloads/systemview/systemview_linux_tgz32
- md5sums_i686 = 38b8ad842325e9439369ae8b67f20f6d
- source_x86_64 = SystemView_Linux_V350_x86_64.tgz::https://www.segger.com/downloads/systemview/systemview_linux_tgz64
- md5sums_x86_64 = 0d613cfcd4c18fead63f74ea9bad4c56
+ source_i686 = SystemView_Linux_V350a_i686.tgz::https://www.segger.com/downloads/systemview/systemview_linux_tgz32
+ md5sums_i686 = 6130228243d6619ca002654912f93102
+ source_x86_64 = SystemView_Linux_V350a_x86_64.tgz::https://www.segger.com/downloads/systemview/systemview_linux_tgz64
+ md5sums_x86_64 = 2f7f5d76941c67feb0a5f886a4320f77
pkgname = jlink-systemview
diff --git a/PKGBUILD b/PKGBUILD
index 5adc2a86925e..51cd5cea3d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: pzl <alsoelp at gmail dot com>
pkgname=jlink-systemview
-pkgver=3.50
+pkgver=3.50a
pkgrel=0
-epoch=6
+epoch=7
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=('0d613cfcd4c18fead63f74ea9bad4c56')
-md5sums_i686=('38b8ad842325e9439369ae8b67f20f6d')
+md5sums_x86_64=('2f7f5d76941c67feb0a5f886a4320f77')
+md5sums_i686=('6130228243d6619ca002654912f93102')
md5sums=('89e75b3008c53de7fc22c00da5abba01' '54635efec35cdbb6f60b997a8fceee74')
url="https://www.segger.com/downloads/jlink/"