summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Green2018-06-15 19:00:14 +0100
committerNeil Green2018-06-15 19:00:14 +0100
commit82967950f67dfcb8c5c0134359b43d205e997cba (patch)
treef037450a41b0b91b2eafbd5666a749d75d9896e7
parenta2d62b28b0260a048598e0b186d10082e245379e (diff)
downloadaur-82967950f67dfcb8c5c0134359b43d205e997cba.tar.gz
bump to 2018.04b73
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f7f07a2f02f..d6b6320dbeb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2018.04b71
+ pkgver = 2018.04b73
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-b71.zip
- sha256sums = 2e9759f803e4d7c138c1c7b8b8cf1be8c6c4a88ac8deac87230e0a34a6a6d0d0
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2018.04-b73.zip
+ sha256sums = a1c6b9bafde372c96c3c93eda39fc7f5b860f2bd82a484230b03e1e636e60083
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 959947bcb950..34501f3bb28c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2018.04
-_build=71
+_build=73
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=('2e9759f803e4d7c138c1c7b8b8cf1be8c6c4a88ac8deac87230e0a34a6a6d0d0')
+sha256sums=('a1c6b9bafde372c96c3c93eda39fc7f5b860f2bd82a484230b03e1e636e60083')
build() {
msg2 "Generate scripts for /usr/bin..."