diff options
author | jchipmunk <andrey.pustovetov@gmail.com> | 2019-01-10 00:19:50 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-01-12 23:11:32 +0200 |
commit | d9289331dbcce0ac950d6acb65897044e4b78f9b (patch) | |
tree | 14ae0362d7910a66a3ddd45a35a76c4033a310e5 /community/jattach | |
parent | b7600749aaa2d0656e1b8bfc9eaace8b9fcafdb5 (diff) | |
download | aports-d9289331dbcce0ac950d6acb65897044e4b78f9b.tar.bz2 aports-d9289331dbcce0ac950d6acb65897044e4b78f9b.tar.xz |
community/jattach: upgrade to 1.5
Diffstat (limited to 'community/jattach')
-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 58aeed9584..d821bf454d 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" |