summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzml2017-05-04 16:10:00 -0700
committerzml2017-05-04 16:10:00 -0700
commit0bb7a225334922c70e6381e5cce1f2ba4292f57f (patch)
treedad703541cc9348bf55e20c4b3210edc65ebad85
parent992068a8bb2892f67b20cfcd601e99585482a07b (diff)
downloadaur-0bb7a225334922c70e6381e5cce1f2ba4292f57f.tar.gz
Bump to b59
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2cd8ea85571..e3cbe6b43f95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2017.02b57
+ pkgver = 2017.02b59
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-b57.zip
- sha256sums = 1100835d1d45fa0e9937069376788bf0c01956780971cf057473c141357db4bb
+ source = http://www.yourkit.com/download/yjp-2017.02-b59.zip
+ sha256sums = c0c4616bb4f6509c9a0fb0768f96556f348112f1fecfdd8e44185b0c6cb1c774
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 990673e8b0d4..e5a15efeda37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2017.02
-_build=57
+_build=59
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=('1100835d1d45fa0e9937069376788bf0c01956780971cf057473c141357db4bb')
+sha256sums=('c0c4616bb4f6509c9a0fb0768f96556f348112f1fecfdd8e44185b0c6cb1c774')
build() {
msg2 "Generate scripts for /usr/bin..."