summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Green2019-02-13 22:12:52 +0000
committerNeil Green2019-02-13 22:12:52 +0000
commit4e2b962f87703bd5849b0348d15501fe4d4129fb (patch)
tree81607024749705d3220fde50fd26820813923e4e
parent2e9e474d902625eb36005cf1b12b693c1b9e2c50 (diff)
downloadaur-4e2b962f87703bd5849b0348d15501fe4d4129fb.tar.gz
bump to 2019.1b111
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a904a86c7384..f56f42b98d47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2019.1b110
+ pkgver = 2019.1b111
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-b110.zip
- sha256sums = ae952593c235efff905c2b85a8d2d9c57f2390023cab42eb0fe9c41947dfa8cb
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2019.1-b111.zip
+ sha256sums = b8c150c5c3a788191cab6cbc568ca9f7986cfe99fe62acc4a4f692fecb96c334
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 19f2e02b2267..cd5eb57fa415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2019.1
-_build=110
+_build=111
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=('ae952593c235efff905c2b85a8d2d9c57f2390023cab42eb0fe9c41947dfa8cb')
+sha256sums=('b8c150c5c3a788191cab6cbc568ca9f7986cfe99fe62acc4a4f692fecb96c334')
build() {
msg2 "Generate scripts for /usr/bin..."