diff options
author | Gregory Gleason | 2020-12-17 13:53:15 -0700 |
---|---|---|
committer | Gregory Gleason | 2020-12-17 13:53:15 -0700 |
commit | 57f2528104e8e13d7daf2cc1292da48fbeee6144 (patch) | |
tree | bccac4063d43f4ae2b906b61de6820865a05d991 | |
parent | 8810adff964bd44360c16745a2c6f8f9abad3e32 (diff) | |
download | aur-57f2528104e8e13d7daf2cc1292da48fbeee6144.tar.gz |
update to 1.32.0 build 200910
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ pkgname=ipmicfg pkgver=1.32.0 -_pkghash=200820 +_pkghash=200910 pkgrel=1 pkgdesc="Supermicro IPMI configuration tool" makedepends=('unzip') @@ -13,7 +13,7 @@ arch=('x86_64') license=('custom:"Super Micro Computer"') url="http://www.supermicro.com/products/nfo/ipmi.cfm" source=("https://www.supermicro.com/wftp/utility/IPMICFG/IPMICFG_${pkgver}_build.${_pkghash}.zip") -sha256sums=('b0ccd87353ca2ef4897781174b02df1e53351015743946ac3b19aed791a31547') +sha256sums=('f484080aaa1bbb60327249e0818acf3671588c0f6fb3c46e53cc60636a586b33') package() { install -d -m 755 "${pkgdir}/usr/lib/ipmicfg" |