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 d4c2ce202c01..b2cd8ea85571 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2017.02b53
+ pkgver = 2017.02b57
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-2017.02-b53.zip
- sha256sums = fd89ad834ae5cabb9a0ee68a2f970e94262616eed36864c8e26636b50abe4157
+ source = http://www.yourkit.com/download/yjp-2017.02-b57.zip
+ sha256sums = 1100835d1d45fa0e9937069376788bf0c01956780971cf057473c141357db4bb
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 4c18ef5c9a88..990673e8b0d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2017.02
-_build=53
+_build=57
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}.zip)
-sha256sums=('fd89ad834ae5cabb9a0ee68a2f970e94262616eed36864c8e26636b50abe4157')
+sha256sums=('1100835d1d45fa0e9937069376788bf0c01956780971cf057473c141357db4bb')
build() {
msg2 "Generate scripts for /usr/bin..."