summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b504cb5b7ee..2ad0bf53f924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2019.8b109
+ pkgver = 2019.8b110
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-b109.zip
- sha256sums = c6d41749510f7919361fa288017e326b461d3655585fa97d407209bbbd349af7
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2019.8-b110.zip
+ sha256sums = c06dd56e8193443d967d30a9787791af200ec8e79b71e04494a8bd73c0ff7d9c
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 71ed12879ac7..885fe8284a38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2019.8
-_build=109
+_build=110
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=('c6d41749510f7919361fa288017e326b461d3655585fa97d407209bbbd349af7')
+sha256sums=('c06dd56e8193443d967d30a9787791af200ec8e79b71e04494a8bd73c0ff7d9c')
build() {
msg2 "Generate scripts for /usr/bin..."