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 f56f42b98d47..6c7fba8d810d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2019.1b111
+ pkgver = 2019.1b112
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.1-b111.zip
- sha256sums = b8c150c5c3a788191cab6cbc568ca9f7986cfe99fe62acc4a4f692fecb96c334
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2019.1-b112.zip
+ sha256sums = fff95879664ff9bfbfe1fadd54a19d75eb934cf9726152f8444c4d6e963e9afb
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index cd5eb57fa415..3e51d8d197bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2019.1
-_build=111
+_build=112
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=('b8c150c5c3a788191cab6cbc568ca9f7986cfe99fe62acc4a4f692fecb96c334')
+sha256sums=('fff95879664ff9bfbfe1fadd54a19d75eb934cf9726152f8444c4d6e963e9afb')
build() {
msg2 "Generate scripts for /usr/bin..."