summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Green2019-11-27 18:17:12 +0000
committerNeil Green2019-11-27 18:17:12 +0000
commit24e9d7a9439266f38cae697203e5d9041ecf4c19 (patch)
treea2a1c58f3b95fb1099181d4a6c60d08a0a1af277
parentf64f6dc931b8e470017a7c52e068006bd7d01b0c (diff)
downloadaur-24e9d7a9439266f38cae697203e5d9041ecf4c19.tar.gz
bump to 2019.8b127
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6faa7e3bf970..0eb668229e96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2019.8b126
+ pkgver = 2019.8b127
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-b126.zip
- sha256sums = 6b5d0efe5f05e7e0ab5529bae81b4b9059c73784299edc32906f89dba5f028cc
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2019.8-b127.zip
+ sha256sums = b6b18a083c2a72af1672e5b5feea543b91ce8fca1607250ec9d23b7c92fcd33f
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 4da655d7f944..de5f7a22bd56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2019.8
-_build=126
+_build=127
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=('6b5d0efe5f05e7e0ab5529bae81b4b9059c73784299edc32906f89dba5f028cc')
+sha256sums=('b6b18a083c2a72af1672e5b5feea543b91ce8fca1607250ec9d23b7c92fcd33f')
build() {
msg2 "Generate scripts for /usr/bin..."