diff options
Diffstat (limited to 'testing/hdparm')
-rw-r--r-- | testing/hdparm/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/hdparm/APKBUILD b/testing/hdparm/APKBUILD index 4b69192d1f..99c9ed8f83 100644 --- a/testing/hdparm/APKBUILD +++ b/testing/hdparm/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hdparm -pkgver=9.27 -pkgrel=2 +pkgver=9.32 +pkgrel=0 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters" url="http://sourceforge.net/projects/hdparm/" license="BSD" @@ -28,6 +28,6 @@ package() { install -Dm644 "$srcdir"/hdparm.confd "$pkgdir"/etc/conf.d/hdparm install -D -m 644 LICENSE.TXT $pkgdir/usr/share/licenses/hdparm/LICENSE.TXT || return 1 } -md5sums="e652dabb6c9233fb8a23ef60a17a1829 hdparm-9.27.tar.gz +md5sums="9819ba0c537003815bede9aaaee7c6d0 hdparm-9.32.tar.gz d530139a31b3941b3b0fbb4d98391a85 hdparm.initd 998430f701b1d54588cb02ef1505c3ed hdparm.confd" |