summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Polti2018-08-17 10:34:44 +0200
committerAlexis Polti2018-08-17 10:34:44 +0200
commitbf9dd2eb11603f65fc71ad9693fd9c21beba94e7 (patch)
treea628931d880f9a8a213aaf2f89b9c23031551578
parentd098bfdbc362577b51d959dfff6d954c0cad0094 (diff)
parenteac682a2207aef9032ebe8a6db078965ab24971d (diff)
downloadaur-bf9dd2eb11603f65fc71ad9693fd9c21beba94e7.tar.gz
Merge branch 'master' of git+ssh://aur.archlinux.org/ozone
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2d6235e613d..fadb5838950a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Aug 17 08:31:56 UTC 2018
+# Fri Aug 17 08:34:36 UTC 2018
pkgbase = ozone
pkgdesc = Segger Ozone JLink debugger for Linux
pkgver = 2.56u
@@ -17,9 +17,9 @@ pkgbase = ozone
replaces = jlink-debugger
options = !strip
source_i686 = Ozone_Linux_V256u_i686.tgz::https://www.segger.com/downloads/jlink/Ozone_Linux_V256u_i386.tgz
- md5sums_i686 = 66e3767a3a72897ded43b68fdf215ae0
+ md5sums_i686 = 2575df22f817a4ff23ec3f24a64606d4
source_x86_64 = Ozone_Linux_V256u_x86_64.tgz::https://www.segger.com/downloads/jlink/Ozone_Linux_V256u_x86_64.tgz
- md5sums_x86_64 = f58fd1f254bc0d20d25793c95ec689b4
+ md5sums_x86_64 = ac6c76c2d9b6950a32cebe8c4e04dfaa
pkgname = ozone
diff --git a/PKGBUILD b/PKGBUILD
index e0d3e8640127..4dcbe305659b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ provides=('jlink-debugger')
depends=('qt4' 'jlink-software-and-documentation>=5.10n')
source_x86_64=("Ozone_Linux_V${pkgver/./}_x86_64.tgz::https://www.segger.com/downloads/jlink/Ozone_Linux_V${pkgver/./}_x86_64.tgz")
source_i686=("Ozone_Linux_V${pkgver/./}_i686.tgz::https://www.segger.com/downloads/jlink/Ozone_Linux_V${pkgver/./}_i386.tgz")
-md5sums_x86_64=('f58fd1f254bc0d20d25793c95ec689b4')
-md5sums_i686=('66e3767a3a72897ded43b68fdf215ae0')
+md5sums_x86_64=('ac6c76c2d9b6950a32cebe8c4e04dfaa')
+md5sums_i686=('2575df22f817a4ff23ec3f24a64606d4')
url="https://www.segger.com/jlink-software.html"
options=(!strip)