summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d912b1f5cdee..d08f1a14fcc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philipp Schmitt <philipp@schmitt.co>
pkgname=python-hpilo
-pkgver=4.4.2
+pkgver=4.4.3
pkgrel=1
pkgdesc='Accessing the HP iLO XML interface from python'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/seveas/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('1544a6c1b90ec9b0953f5084583e8cc2')
+md5sums=('e278b48bf8e511f97e7e43ad70496739')
package() {
cd "$srcdir/$pkgname-$pkgver"