Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
visualvm
Commits:
f91cd0b0 by Antonio Rojas at 2024-09-15T15:04:23+02:00
upgpkg: 2.1.9-1: Update to 2.1.9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,18 @@
pkgbase = visualvm
pkgdesc = Visual tool integrating several commandline JDK tools and
lightweight profiling capabilities
- pkgver = 2.1.8
+ pkgver = 2.1.9
pkgrel = 1
url = https://visualvm.github.io/
arch = x86_64
license = custom:GPL
depends = java-environment
- source =
https://github.com/visualvm/visualvm.src/releases/download/2.1.8/visualvm_218.zip
+ source =
https://github.com/visualvm/visualvm.src/releases/download/2.1.9/visualvm_219.zip
source = visualvm.desktop
source = icon.png
- sha256sums =
78014666c53242856100fe0ccb1d0c9b72b8df099789d1a623959273c8868723
+ sha256sums =
5c7ab5fb916b63a39233ee68d8bd8f453811785db5bbf2fc05d9d26bddc30b71
sha256sums =
e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441
sha256sums =
452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864
- b2sums =
d6418ea9e5f86e15384139f58f207f601a39c4b358d33f3f01d9c649340f4000d9211252cedfa8fe5817838ad820cb7fdcf296d5483beda5746a50103dfd3da3
+ b2sums =
e61511386d1db51431ad787d8b1ace6f443401329cd7f382cc096917656f9061d0ba46104f13adfab0719404a69a6efa2c8202e0a4c5fb6a80eb64efaf7cec69
b2sums =
ec51d5613e0b8103c5596b8549bfea2eb7cf6fe7792c790ef67007d469c3ddb0fb8990f9ea1aa575f412b62787c43225a583c2d6936393cbcb1938d396717e18
b2sums =
5f7659620de6b3d67716e700a5e8724e03cf3343c188a2d5c2470950c27c8e045209e87951971a969497b38f0dd5eff8a021e427367b838254040c6d25eb0b5d
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Andrius Semionovas <aneworld at gmail dot com>
pkgname=visualvm
-pkgver=2.1.8
+pkgver=2.1.9
_shortver=${pkgver//\./}
pkgrel=1
pkgdesc='Visual tool integrating several commandline JDK tools and lightweight
profiling capabilities'
@@ -15,10 +15,10 @@ depends=('java-environment')
source=(https://github.com/visualvm/visualvm.src/releases/download/${pkgver}/${pkgname}_${_shortver}.zip
visualvm.desktop
icon.png)
-sha256sums=('78014666c53242856100fe0ccb1d0c9b72b8df099789d1a623959273c8868723'
+sha256sums=('5c7ab5fb916b63a39233ee68d8bd8f453811785db5bbf2fc05d9d26bddc30b71'
'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441'
'452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
-b2sums=('d6418ea9e5f86e15384139f58f207f601a39c4b358d33f3f01d9c649340f4000d9211252cedfa8fe5817838ad820cb7fdcf296d5483beda5746a50103dfd3da3'
+b2sums=('e61511386d1db51431ad787d8b1ace6f443401329cd7f382cc096917656f9061d0ba46104f13adfab0719404a69a6efa2c8202e0a4c5fb6a80eb64efaf7cec69'
'ec51d5613e0b8103c5596b8549bfea2eb7cf6fe7792c790ef67007d469c3ddb0fb8990f9ea1aa575f412b62787c43225a583c2d6936393cbcb1938d396717e18'
'5f7659620de6b3d67716e700a5e8724e03cf3343c188a2d5c2470950c27c8e045209e87951971a969497b38f0dd5eff8a021e427367b838254040c6d25eb0b5d')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/visualvm/-/commit/f91cd0b0527ea7b0513adaef32f716555212da18
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/visualvm/-/commit/f91cd0b0527ea7b0513adaef32f716555212da18
You're receiving this email because of your account on gitlab.archlinux.org.