summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzml2015-11-30 19:59:47 -0800
committerzml2015-11-30 19:59:47 -0800
commit781b76026db79c3bbe1494c04e1f582ec557caa8 (patch)
tree25af9c4c6e38b5dfe543352b7c33c24f401adf1c
parent29bd24388f7d338958d98fe95c1f3cfb5f5defa8 (diff)
downloadaur-781b76026db79c3bbe1494c04e1f582ec557caa8.tar.gz
bump build to 15080
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9053f1754324..fc7a5c43ce84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2015b15076
+ pkgver = 2015b15080
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-15076-linux.tar.bz2
- sha256sums = b2f29207355512aa0ccffebcd5c34579fae2d28ffb2ea85a7381e8592990f971
+ source = http://www.yourkit.com/download/yjp-2015-build-15080-linux.tar.bz2
+ sha256sums = 526154f3d465f47fb8e1147a81a9051774eee1018f2873fddc22a84ed8fef7e5
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 86be0834c7a0..77d6108cfdd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2015
-_build=15076
+_build=15080
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=('b2f29207355512aa0ccffebcd5c34579fae2d28ffb2ea85a7381e8592990f971')
+sha256sums=('526154f3d465f47fb8e1147a81a9051774eee1018f2873fddc22a84ed8fef7e5')
build() {
msg2 "Generate scripts for /usr/bin..."