summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzml2015-10-24 14:40:55 -0700
committerzml2015-10-24 14:41:07 -0700
commit29bd24388f7d338958d98fe95c1f3cfb5f5defa8 (patch)
tree6ee9be917ae219b9ccbec99c053c56849010a6db
parentc2c7d02c00f69f58a5cf911f66a1fa183b38547b (diff)
downloadaur-29bd24388f7d338958d98fe95c1f3cfb5f5defa8.tar.gz
Update to b15076
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f39155c9f4b9..9053f1754324 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2015b15074
+ pkgver = 2015b15076
pkgrel = 1
url = http://www.yourkit.com
install = yourkit.install
@@ -13,8 +13,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-15074-linux.tar.bz2
- sha256sums = 13b8916e767ecb301f422f077615381916cec6a1df290a8f59255cf12786dc6f
+ source = http://www.yourkit.com/download/yjp-2015-build-15076-linux.tar.bz2
+ sha256sums = b2f29207355512aa0ccffebcd5c34579fae2d28ffb2ea85a7381e8592990f971
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 48e7b879fbd5..86be0834c7a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2015
-_build=15074
+_build=15076
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=('13b8916e767ecb301f422f077615381916cec6a1df290a8f59255cf12786dc6f')
+sha256sums=('b2f29207355512aa0ccffebcd5c34579fae2d28ffb2ea85a7381e8592990f971')
build() {
msg2 "Generate scripts for /usr/bin..."