summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzml2016-12-11 15:09:57 -0800
committerzml2016-12-11 15:09:57 -0800
commit6c2f0975475f794f0753ed0908dcb571ab45eb61 (patch)
treecccd084f583eb9be0fcc15133b795c7bc0a686a0
parentdf0de37365a98a69c168fe0dd95bd402c6c86126 (diff)
downloadaur-6c2f0975475f794f0753ed0908dcb571ab45eb61.tar.gz
Bump build #
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fe56ff4c498..43da7e1ce360 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2016.02b43
+ pkgver = 2016.02b44
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-b43-linux.tar.bz2
- sha256sums = 09ff6cbe8dc6a5d2b0cc45d2296b7d08601d3cbe090153b7ccae2f19b0126e5f
+ source = http://www.yourkit.com/download/yjp-2016.02-b44-linux.tar.bz2
+ sha256sums = 690d24c183fb6bc7b5194dd457dbd56cf24d1ae124cd913ef062fd92e662bb59
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 5e3172b7ed37..72f18ca64526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2016.02
-_build=43
+_build=44
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=('09ff6cbe8dc6a5d2b0cc45d2296b7d08601d3cbe090153b7ccae2f19b0126e5f')
+sha256sums=('690d24c183fb6bc7b5194dd457dbd56cf24d1ae124cd913ef062fd92e662bb59')
build() {
msg2 "Generate scripts for /usr/bin..."