summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzml2016-12-14 09:58:20 -0800
committerzml2016-12-14 09:58:20 -0800
commit6e9263317e35a28167729642e54b53c7c5e3e35c (patch)
tree5b05bb5e0a4b94e834af19c1e710d0bc48f753de
parent6c2f0975475f794f0753ed0908dcb571ab45eb61 (diff)
downloadaur-6e9263317e35a28167729642e54b53c7c5e3e35c.tar.gz
Bump to b45
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43da7e1ce360..88042a1e91ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2016.02b44
+ pkgver = 2016.02b45
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-b44-linux.tar.bz2
- sha256sums = 690d24c183fb6bc7b5194dd457dbd56cf24d1ae124cd913ef062fd92e662bb59
+ source = http://www.yourkit.com/download/yjp-2016.02-b45-linux.tar.bz2
+ sha256sums = 419a2bb954cb5a28bfe26a4de27d5421b8d09c2a703f800be43f1fa0bf5c3160
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 72f18ca64526..8744badbcf64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2016.02
-_build=44
+_build=45
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=('690d24c183fb6bc7b5194dd457dbd56cf24d1ae124cd913ef062fd92e662bb59')
+sha256sums=('419a2bb954cb5a28bfe26a4de27d5421b8d09c2a703f800be43f1fa0bf5c3160')
build() {
msg2 "Generate scripts for /usr/bin..."