summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzml2017-11-28 13:25:47 -0800
committerzml2017-11-28 13:25:47 -0800
commitaa3cc432c7224a2ef46162230ca47fddcc1236be (patch)
tree7e4f4d22c2a092e0b18103ee0d1296d68bdba375
parentfc5cd63b9ce37aae723baca5eab54b8edb0ef2fc (diff)
downloadaur-aa3cc432c7224a2ef46162230ca47fddcc1236be.tar.gz
Bump build to 68, update for changed URL format
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a901d4b43d73..ff96397ac63d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yourkit
pkgdesc = Java CPU and memory profiler.
- pkgver = 2017.02b63
+ pkgver = 2017.02b68
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 = http://www.yourkit.com/download/yjp-2017.02-b63.zip
- sha256sums = aa2eae8af7f7ac18026e9fffa095d6ce1647bdab7367b6a8c99762ab86e8577e
+ source = http://www.yourkit.com/download/YourKit-JavaProfiler-2017.02-b68.zip
+ sha256sums = fa042274fd1fdc87d4b0771cb810049684066f1a134bd88ea286a9bbcb635c99
pkgname = yourkit
diff --git a/PKGBUILD b/PKGBUILD
index 84cefc9225cb..4b367a2bd6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=yourkit
_version=2017.02
-_build=63
+_build=68
pkgver=${_version}b${_build}
pkgrel=1
pkgdesc="Java CPU and memory profiler."
@@ -14,8 +14,8 @@ optdepends=('intellij-idea-community-edition: A Java IDE that integrates with Yo
'eclipse: A Java IDE that integrates with Yourkit'
'netbeans: A Java IDE that integrates with Yourkit')
options=(!strip)
-source=(http://www.yourkit.com/download/yjp-${_version}-b${_build}.zip)
-sha256sums=('aa2eae8af7f7ac18026e9fffa095d6ce1647bdab7367b6a8c99762ab86e8577e')
+source=(http://www.yourkit.com/download/YourKit-JavaProfiler-${_version}-b${_build}.zip)
+sha256sums=('fa042274fd1fdc87d4b0771cb810049684066f1a134bd88ea286a9bbcb635c99')
build() {
msg2 "Generate scripts for /usr/bin..."