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 70d5d015ccf8..ba2fa9d2602c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2019.8b137
+ pkgver = 2019.8b138
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-b137.zip
- sha256sums = 34b0fd0b2b5de5b66ae4826110baba7baaa9ba81ad2dd3a4bf9c9d19a8568623
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2019.8-b138.zip
+ sha256sums = d892f9d75bd3603f674fbf8051a32b9c4c37309220eb887d78cf3170d9be7e9d
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 4bca1ce2d943..f8ab8f54d0b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2019.8
-_build=137
+_build=138
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=('34b0fd0b2b5de5b66ae4826110baba7baaa9ba81ad2dd3a4bf9c9d19a8568623')
+sha256sums=('d892f9d75bd3603f674fbf8051a32b9c4c37309220eb887d78cf3170d9be7e9d')
build() {
msg2 "Generate scripts for /usr/bin..."