summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Green2020-01-24 10:34:27 +0000
committerNeil Green2020-01-24 10:34:27 +0000
commit13abb449aae4930c69c0f8ad5dac2044d287cf21 (patch)
treec9bd68ff0855dc1f0a9533f216aeb2ac55ce1d3a
parent9ed77302bb55f40a8809f62da01eb6ccdc1e257c (diff)
downloadaur-13abb449aae4930c69c0f8ad5dac2044d287cf21.tar.gz
bump to 2019.8b137
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7f5c468af34..70d5d015ccf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2019.8b136
+ pkgver = 2019.8b137
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-2019.8-b136.zip
- sha256sums = 7912aa659c382522de353a7a8ca380d126a6e8444458222d35b968438ee23623
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2019.8-b137.zip
+ sha256sums = 34b0fd0b2b5de5b66ae4826110baba7baaa9ba81ad2dd3a4bf9c9d19a8568623
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 14184dcd9ceb..4bca1ce2d943 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2019.8
-_build=136
+_build=137
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=('7912aa659c382522de353a7a8ca380d126a6e8444458222d35b968438ee23623')
+sha256sums=('34b0fd0b2b5de5b66ae4826110baba7baaa9ba81ad2dd3a4bf9c9d19a8568623')
build() {
msg2 "Generate scripts for /usr/bin..."