summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Green2018-11-30 18:42:29 +0000
committerNeil Green2018-11-30 18:42:29 +0000
commitcd294c306099c3bf54e96fecbeb3ea78dfb207ed (patch)
tree13c3fde192009d5bbe8f00fbb4e2905210f93462
parentf81ee2dfb0f5ad211206d187ed9b6a953762b183 (diff)
downloadaur-cd294c306099c3bf54e96fecbeb3ea78dfb207ed.tar.gz
bump to 2018.04b87
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 026cf089c19c..3e3c4dd3d61f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2018.04b86
+ pkgver = 2018.04b87
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-2018.04-b86.zip
- sha256sums = ebea62c4a99ed499f71013d8161b2c45ea17b8b654d5f005d3423f68d3c714f2
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2018.04-b87.zip
+ sha256sums = 98b56f83dbfa0fc665ba1ac606203368788e968354f708671248229cf143edfa
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index bfab55d065f1..d93fbe579328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2018.04
-_build=86
+_build=87
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=('dc78ce4362871ba2757c73aba176b18d0ecc654b1b6cb83c08819a784c6e39c0')
+sha256sums=('98b56f83dbfa0fc665ba1ac606203368788e968354f708671248229cf143edfa')
build() {
msg2 "Generate scripts for /usr/bin..."