diff options
-rw-r--r-- | community/jattach/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/jattach/APKBUILD b/community/jattach/APKBUILD index 58aeed95846..d821bf454de 100644 --- a/community/jattach/APKBUILD +++ b/community/jattach/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Andrey Pustovetov <andrey.pustovetov@gmail.com> # Maintainer: Andrey Pustovetov <andrey.pustovetov@gmail.com> pkgname=jattach -pkgver=1.4 +pkgver=1.5 pkgrel=0 pkgdesc="JVM dynamic attach utility" url="https://github.com/apangin/jattach" @@ -21,4 +21,4 @@ package() { install -Dm0755 "$builddir/build/$pkgname" "$pkgdir/usr/bin/$pkgname" } -sha512sums="ea539e8217448495cd442e0f33dbcdefe81fbd49a0ab60ccf53d2346b782506e02c5c5b1c151b76168df2fcb5fc916bba3d8b98b740c8de90ddb696165855b46 jattach-1.4.tar.gz" +sha512sums="a500c1c343e3386b94d5355a76c97f72851cd0b43c2b423b0f78d4817681d4214e3ff488a550c2813e415b13925c2e3fb87d6d6aa60eb50c2ad15f4d0a8862e2 jattach-1.5.tar.gz" |