summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Himsel2021-06-10 18:39:56 -0400
committerZach Himsel2021-06-10 18:39:56 -0400
commit4f455e49a07de0e1d96e6e32bc2e0e09b018c3af (patch)
tree780c409a5a988863b5ced8e65ce4f345eecb81d1
parentd9d2502d00b0d33cd547fd6f570d7fa6efcbac35 (diff)
downloadaur-4f455e49a07de0e1d96e6e32bc2e0e09b018c3af.tar.gz
Update ipmiview to 2.19.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
-rw-r--r--patch-jvm-version-check.patch6
3 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43bb1ad6db38..a7677ddd8269 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipmiview
pkgdesc = Supermicro IPMI tool
- pkgver = 2.18.0
+ pkgver = 2.19.0
pkgrel = 2
url = http://www.supermicro.com/products/nfo/ipmi.cfm
arch = x86_64
@@ -14,14 +14,13 @@ pkgbase = ipmiview
backup = opt/ipmiview/IPMIView.properties
backup = opt/ipmiview/stunnel.properties
backup = opt/ipmiview/timeout.properties
- source = https://www.supermicro.com/wftp/utility/IPMIView/Linux/IPMIView_2.18.0_build.201007_bundleJRE_Linux_x64.tar.gz
+ source = https://www.supermicro.com/wftp/utility/IPMIView/Linux/IPMIView_2.19.0_build.210401_bundleJRE_Linux_x64.tar.gz
source = ipmiview.desktop
source = ipmiview.png
source = patch-jvm-version-check.patch
- sha512sums = bda6116f59776b93c449711ad890160238b53ec93aabc669b2c5938eaee7f594e3b91a11f8c293110874fb13c2ed94692257c16fbffe7f86c1d2ee757d30b948
+ sha512sums = 6bbde5ff7e5ba73d35068e30a6ca34a2993bc96b3ee10a5bbbafbeb321eb98960a176ec6712183e94705c33462791c23e93732b2945c93b2df5304e8e7d95a10
sha512sums = 82f6d4a9f6ff031f0c7e7ab78a550ea76b8e297df62aaa9837a37fe4f0b4a8b4dfa4aae59c0edc9ee2f0b7e249548ba4f5f50a44e0682a7f7b6f098163a17879
sha512sums = d1fb8e68ca057e3b2bc1c6e51cda226443c729db5166363d637a536afc07aab285ba46f9da5f656837e2423685a0ae421789a4768acee5ac8185ecb04318fc81
- sha512sums = 80b7318009dfa0f5666b211fd7b1c93340599a367fdbda54093893dc8b6012b38475ea2287819cc33bb71d7b9a69452840bc2daae815846b1befe06b08775d08
+ sha512sums = b72b05074da4856a911b86fa4555143fd2dcbef82617d53f55ce8f7cccd14f9862c962c8807ac3b2854d7416f471c2fc26866c0f8f8e06d010c6c3ed35e059d5
pkgname = ipmiview
-
diff --git a/PKGBUILD b/PKGBUILD
index 9b4e462fcd66..d868c1e1f260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ipmiview
-pkgver=2.18.0
-_pkghash=201007
+pkgver=2.19.0
+_pkghash=210401
pkgrel=2
pkgdesc="Supermicro IPMI tool"
makedepends=('tar')
@@ -26,15 +26,15 @@ source=(
)
sha512sums=(
- 'bda6116f59776b93c449711ad890160238b53ec93aabc669b2c5938eaee7f594e3b91a11f8c293110874fb13c2ed94692257c16fbffe7f86c1d2ee757d30b948'
+ '6bbde5ff7e5ba73d35068e30a6ca34a2993bc96b3ee10a5bbbafbeb321eb98960a176ec6712183e94705c33462791c23e93732b2945c93b2df5304e8e7d95a10'
'82f6d4a9f6ff031f0c7e7ab78a550ea76b8e297df62aaa9837a37fe4f0b4a8b4dfa4aae59c0edc9ee2f0b7e249548ba4f5f50a44e0682a7f7b6f098163a17879'
'd1fb8e68ca057e3b2bc1c6e51cda226443c729db5166363d637a536afc07aab285ba46f9da5f656837e2423685a0ae421789a4768acee5ac8185ecb04318fc81'
- '80b7318009dfa0f5666b211fd7b1c93340599a367fdbda54093893dc8b6012b38475ea2287819cc33bb71d7b9a69452840bc2daae815846b1befe06b08775d08'
+ 'b72b05074da4856a911b86fa4555143fd2dcbef82617d53f55ce8f7cccd14f9862c962c8807ac3b2854d7416f471c2fc26866c0f8f8e06d010c6c3ed35e059d5'
)
prepare() {
cd ${srcdir}
- patch --forward --strip=1 --input="./patch-jvm-version-check.patch"
+ patch --forward --strip=1 --input="../patch-jvm-version-check.patch"
}
package() {
diff --git a/patch-jvm-version-check.patch b/patch-jvm-version-check.patch
index 0c965be50c1c..710e9a9a6a8f 100644
--- a/patch-jvm-version-check.patch
+++ b/patch-jvm-version-check.patch
@@ -1,6 +1,6 @@
-diff --color --unified --recursive --text package.orig/IPMIView_2.18.0_build.201007_bundleJRE_Linux_x64/IPMIView20 package.new/IPMIView_2.18.0_build.201007_bundleJRE_Linux_x64/IPMIView20
---- package.orig/IPMIView_2.18.0_build.201007_bundleJRE_Linux_x64/IPMIView20 2020-11-27 18:19:21.353422941 -0600
-+++ package.new/IPMIView_2.18.0_build.201007_bundleJRE_Linux_x64/IPMIView20 2020-11-27 18:20:15.453482649 -0600
+diff --color --unified --recursive --text package.orig/IPMIView_2.19.0_build.210401_bundleJRE_Linux_x64/IPMIView20 package.new/IPMIView_2.19.0_build.210401_bundleJRE_Linux_x64/IPMIView20
+--- package.orig/IPMIView_2.19.0_build.210401_bundleJRE_Linux_x64/IPMIView20 2020-11-27 18:19:21.353422941 -0600
++++ package.new/IPMIView_2.19.0_build.210401_bundleJRE_Linux_x64/IPMIView20 2020-11-27 18:20:15.453482649 -0600
@@ -872,7 +872,7 @@
{
javaExe=$1