summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d6472f4df94..5ca950fc8830 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 19 05:35:56 UTC 2015
+# Thu Jan 28 17:17:06 UTC 2016
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2015b15084
+ pkgver = 2015b15086
pkgrel = 1
url = http://www.yourkit.com
install = yourkit.install
@@ -15,8 +15,8 @@ pkgbase = yourkit
optdepends = eclipse: A Java IDE that integrates with Yourkit
optdepends = netbeans: A Java IDE that integrates with Yourkit
options = !strip
- source = http://www.yourkit.com/download/yjp-2015-build-15084-linux.tar.bz2
- sha256sums = a199ab3572f3208b4f6b528b95fe117c818c0083570e7e200df5f482554136f0
+ source = http://www.yourkit.com/download/yjp-2015-build-15086-linux.tar.bz2
+ sha256sums = 21714192d8e6b96e888358d4c281e207ec764a2862fe66d1d09f5413f6baa385
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index a11069dbe235..eefcdf7ada84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2015
-_build=15084
+_build=15086
pkgver=${_version}b${_build}
pkgrel=1
pkgdesc="Java CPU and memory profiler."
@@ -16,7 +16,7 @@ optdepends=('intellij-idea-community-edition: A Java IDE that integrates with Yo
options=(!strip)
install=${pkgname}.install
source=(http://www.yourkit.com/download/yjp-${_version}-build-${_build}-linux.tar.bz2)
-sha256sums=('a199ab3572f3208b4f6b528b95fe117c818c0083570e7e200df5f482554136f0')
+sha256sums=('21714192d8e6b96e888358d4c281e207ec764a2862fe66d1d09f5413f6baa385')
build() {
msg2 "Generate scripts for /usr/bin..."