diff options
author | Sam Whited | 2020-10-08 17:26:55 -0400 |
---|---|---|
committer | Sam Whited | 2020-10-08 17:26:55 -0400 |
commit | ff7bd956b3fb597a6b9106915358ddb200e14024 (patch) | |
tree | cbe138939173d790a631ae49ec5a84a7443c742b | |
parent | 31f7ff41483ac8063796f4052c0786a539bbeb99 (diff) | |
download | aur-ff7bd956b3fb597a6b9106915358ddb200e14024.tar.gz |
Bump to v1.32.0
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index c74d0e9864e..feda193b1e1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *.tar *.xz *.zip +*.zst @@ -3,8 +3,8 @@ # Contributor: Dmitry Nosachev <quartz64@gmail.com> pkgname=ipmicfg -pkgver=1.31.1 -_pkghash=200623 +pkgver=1.32.0 +_pkghash=200820 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=('0f435741e12a9542bd3d2622e25ce2dbe65b2475d2b4a84e00290db8e6d80995') +sha256sums=('b0ccd87353ca2ef4897781174b02df1e53351015743946ac3b19aed791a31547') package() { install -d -m 755 "${pkgdir}/usr/lib/ipmicfg" |