summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Green2020-06-17 12:36:12 +0100
committerNeil Green2020-06-17 12:36:12 +0100
commit7d05a00f95ceb6e417f148b1c8e0f8ee39b3243f (patch)
tree502188b184ab1adc3a54a8db9535ea3bf01b6e14
parent59db3d0c8130e94c28163616757d421252bc196f (diff)
downloadaur-7d05a00f95ceb6e417f148b1c8e0f8ee39b3243f.tar.gz
bump to 2019.8b141
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 072ada47aaaa..b2d23c2ba463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2019.8b139
+ pkgver = 2019.8b141
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-b139.zip
- sha256sums = e95f855e067e91bbaff7e2f499c2ebfe2be692c551f8ef0ef8b8b2d44a25e144
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2019.8-b141.zip
+ sha256sums = 47cf34fdf086fc8b5ff048205b67fefbc57e1733582479d93bdd15b320750dbb
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index b3c93ff9ac2c..93958f579632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2019.8
-_build=139
+_build=141
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=('e95f855e067e91bbaff7e2f499c2ebfe2be692c551f8ef0ef8b8b2d44a25e144')
+sha256sums=('47cf34fdf086fc8b5ff048205b67fefbc57e1733582479d93bdd15b320750dbb')
build() {
msg2 "Generate scripts for /usr/bin..."