summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Green2019-04-17 08:00:17 +0100
committerNeil Green2019-04-17 08:00:31 +0100
commit31d5da5f1334a84148e27df117b84ce3214c5ba4 (patch)
tree3160f42060f14f7fcd6d40899dfc5ac8380e0a89
parent70bc3bb8e3fb535bec2b37ce20dd78176977b4f6 (diff)
downloadaur-31d5da5f1334a84148e27df117b84ce3214c5ba4.tar.gz
bump to 2019.1b114
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d01c53ab392..591d83616ae5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2019.1b113
+ pkgver = 2019.1b114
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.1-b113.zip
- sha256sums = 0a080cdc08d15133f4025b5291ad55b0679707eae3797398c6c98b3bd2cb1523
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2019.1-b114.zip
+ sha256sums = e1939abbee5690bf87cbae145ff0165f652123401dec106b167bda0c0fb16a87
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 9268cfb7a8a7..f7901139014a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2019.1
-_build=113
+_build=114
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=('0a080cdc08d15133f4025b5291ad55b0679707eae3797398c6c98b3bd2cb1523')
+sha256sums=('e1939abbee5690bf87cbae145ff0165f652123401dec106b167bda0c0fb16a87')
build() {
msg2 "Generate scripts for /usr/bin..."