summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Green2019-01-02 10:18:41 +0000
committerNeil Green2019-01-02 10:18:41 +0000
commita33dafe35ad1e4d02950cb59797fd8307564cd26 (patch)
tree539633f4f52b3b798831b802fc2086264bcb40fe
parentcd294c306099c3bf54e96fecbeb3ea78dfb207ed (diff)
downloadaur-a33dafe35ad1e4d02950cb59797fd8307564cd26.tar.gz
bump to 2018.04b88
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e3c4dd3d61f..fdbb9a58cd5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2018.04b87
+ pkgver = 2018.04b88
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-b87.zip
- sha256sums = 98b56f83dbfa0fc665ba1ac606203368788e968354f708671248229cf143edfa
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2018.04-b88.zip
+ sha256sums = 5d62445b80b3a78cb9ab8415b8446d5751a74c11d1369fda7ac91cc44f84d30f
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index d93fbe579328..b448f7459804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2018.04
-_build=87
+_build=88
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=('98b56f83dbfa0fc665ba1ac606203368788e968354f708671248229cf143edfa')
+sha256sums=('5d62445b80b3a78cb9ab8415b8446d5751a74c11d1369fda7ac91cc44f84d30f')
build() {
msg2 "Generate scripts for /usr/bin..."