summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Green2018-07-19 07:59:44 +0100
committerNeil Green2018-07-19 07:59:44 +0100
commit658528b01c75d19c5508f0931126dd72b53e86b6 (patch)
tree5836670d193517cf2aa8761ee304857b605aa37e
parentba8ad53ebf3f2941e1429ef8cc9b6a33ed0564a0 (diff)
downloadaur-658528b01c75d19c5508f0931126dd72b53e86b6.tar.gz
bump to 2018.04b80
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b81905b8879..35a0ab513bca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2018.04b75
+ pkgver = 2018.04b80
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-2018.04-b75.zip
- sha256sums = 0765d2d1f7e5c1d1bf828864dbdcf8bcab67d7bebcfb50e0440eea242f254bfc
+ source = https://www.yourkit.com/download/YourKit-JavaProfiler-2018.04-b80.zip
+ sha256sums = 2eccde47f492619345cd0bdadfa64be26842836300cc0f40c697553dabffd75e
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 78d723e4d174..b891b121eb7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2018.04
-_build=75
+_build=80
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=('0765d2d1f7e5c1d1bf828864dbdcf8bcab67d7bebcfb50e0440eea242f254bfc')
+sha256sums=('2eccde47f492619345cd0bdadfa64be26842836300cc0f40c697553dabffd75e')
build() {
msg2 "Generate scripts for /usr/bin..."