aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-10 11:44:53 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-10 20:18:17 -0300
commit744e7abea17e6ef84b20584a808db6f0eb8edf38 (patch)
tree9f85b2f3e7dbde0db4e8c30d3ca92bf5a82144a0 /community
parent94b3497423cdf16fcb7888607d0e47425bc193c5 (diff)
downloadaports-744e7abea17e6ef84b20584a808db6f0eb8edf38.tar.bz2
aports-744e7abea17e6ef84b20584a808db6f0eb8edf38.tar.xz
community/ipmiutil: upgrade to 3.1.4
Diffstat (limited to 'community')
-rw-r--r--community/ipmiutil/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/community/ipmiutil/APKBUILD b/community/ipmiutil/APKBUILD
index a5ecae0cf2..a6f297138f 100644
--- a/community/ipmiutil/APKBUILD
+++ b/community/ipmiutil/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer:
pkgname=ipmiutil
-pkgver=3.1.3
+pkgver=3.1.4
pkgrel=0
pkgdesc="IPMI Management Utilities"
url="http://ipmiutil.sourceforge.net/"
@@ -13,7 +13,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-openrc"
source="https://downloads.sourceforge.net/project/ipmiutil/ipmiutil-$pkgver.tar.gz
ipmiutil-3.0.7-fix-sha256.patch
"
-builddir="$srcdir/$pkgname-$pkgver"
prepare() {
default_prepare
@@ -21,7 +20,6 @@ prepare() {
}
build() {
- cd "$builddir"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -36,12 +34,11 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
# remove systemd service files
rm "$pkgdir/usr/share/ipmiutil/"*.service
}
-sha512sums="bd1f95b59583a07a5b6001b40e59269f25eb63b69e33f7fad6dd40136e1ea7611e647eb5ed2e2a9746944bde2dc2a3aa2def44238947693d75d9ca48697e1b99 ipmiutil-3.1.3.tar.gz
+sha512sums="e76f3efbd5a15882607f9f141fe1298bfc80a3bc04f616bb0525c4546f19846616ce5aecc4aba658bcd01678724c05f770f893ba3dac91f5fe9c6cabd2acd579 ipmiutil-3.1.4.tar.gz
74e8951bccd004f765b99de87dc5f04834e594b3e14ba885148fb971eaf15164ccac2de880e409f201a38cba5c0948a0fabc04e1e34fb396f50b1ecddb6b305b ipmiutil-3.0.7-fix-sha256.patch"