summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Green2018-09-01 09:53:22 +0100
committerNeil Green2018-09-01 09:53:22 +0100
commitbe506de7cdbefb231cfd82216a6dcdc0b7bef529 (patch)
tree6a87c9c7286584616c4e663af9ab2577866ae79b
parentd5d00e0ddbc257fa76933f564f4734372a20c847 (diff)
downloadaur-be506de7cdbefb231cfd82216a6dcdc0b7bef529.tar.gz
bump to 2018.04b82
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 295595ed3b30..deb16428b753 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2018.04b81
+ pkgver = 2018.04b82
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 = https://www.yourkit.com/download/YourKit-JavaProfiler-2018.04-b81.zip
- sha256sums = 692dae367e10448b99da03460eecb1d03df97918e2e039859b42bae0a2d817a5
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2018.04-b82.zip
+ sha256sums = 1b14638879402ecdbeb08adc2bbae21a760bdf2191553459b34403abdd5c0aca
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 193ad764fb2f..5225bc322211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2018.04
-_build=81
+_build=82
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=(https://www.yourkit.com/download/YourKit-JavaProfiler-${_version}-b${_build}.zip)
-sha256sums=('692dae367e10448b99da03460eecb1d03df97918e2e039859b42bae0a2d817a5')
+sha256sums=('1b14638879402ecdbeb08adc2bbae21a760bdf2191553459b34403abdd5c0aca')
build() {
msg2 "Generate scripts for /usr/bin..."