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 88042a1e91ae..63f1f55c769f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2016.02b45
+ pkgver = 2016.02b46
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 = http://www.yourkit.com/download/yjp-2016.02-b45-linux.tar.bz2
- sha256sums = 419a2bb954cb5a28bfe26a4de27d5421b8d09c2a703f800be43f1fa0bf5c3160
+ source = http://www.yourkit.com/download/yjp-2016.02-b46-linux.tar.bz2
+ sha256sums = c1922b5801a501bb317ff37584bf9bf51b6f2cfc181b797d9e425e1bd28e9c8e
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 8744badbcf64..5cddeac98a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2016.02
-_build=45
+_build=46
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=(http://www.yourkit.com/download/yjp-${_version}-b${_build}-linux.tar.bz2)
-sha256sums=('419a2bb954cb5a28bfe26a4de27d5421b8d09c2a703f800be43f1fa0bf5c3160')
+sha256sums=('c1922b5801a501bb317ff37584bf9bf51b6f2cfc181b797d9e425e1bd28e9c8e')
build() {
msg2 "Generate scripts for /usr/bin..."