summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Green2019-09-26 07:38:13 +0100
committerNeil Green2019-09-26 07:38:13 +0100
commit30899ba6419a94eaf791f561852fdc1c8ab38e7d (patch)
treec66878bc3ee7b174e044f5d244927b7753aa9b1f
parent5b8674c8d952cdda587e1ad8861baa67a1a153df (diff)
downloadaur-30899ba6419a94eaf791f561852fdc1c8ab38e7d.tar.gz
bump to 2019.8b115
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ad0bf53f924..35a0845c6ec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2019.8b110
+ pkgver = 2019.8b115
pkgrel = 1
url = http://www.yourkit.com
arch = i686
@@ -12,8 +12,8 @@ pkgbase = yourkit
optdepends = eclipse: A Java IDE that integrates with Yourkit
optdepends = netbeans: A Java IDE that integrates with Yourkit
options = !strip
- source = https://www.yourkit.com/download/YourKit-JavaProfiler-2019.8-b110.zip
- sha256sums = c06dd56e8193443d967d30a9787791af200ec8e79b71e04494a8bd73c0ff7d9c
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2019.8-b115.zip
+ sha256sums = d1f160d1947e22a41621efe9470212243fc678fa832f3ec940310682b506673c
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 885fe8284a38..d17c3cf1c89b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2019.8
-_build=110
+_build=115
pkgver=${_version}b${_build}
pkgrel=1
pkgdesc="Java CPU and memory profiler."
@@ -15,7 +15,7 @@ optdepends=('intellij-idea-community-edition: A Java IDE that integrates with Yo
'netbeans: A Java IDE that integrates with Yourkit')
options=(!strip)
source=(https://www.yourkit.com/download/YourKit-JavaProfiler-${_version}-b${_build}.zip)
-sha256sums=('c06dd56e8193443d967d30a9787791af200ec8e79b71e04494a8bd73c0ff7d9c')
+sha256sums=('d1f160d1947e22a41621efe9470212243fc678fa832f3ec940310682b506673c')
build() {
msg2 "Generate scripts for /usr/bin..."