diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-07-16 01:21:37 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-07-16 01:21:37 (GMT) |
commit | 78f2546f636280c8f6f44723aaf520568ca4d82a (patch) | |
tree | 85bdf89539cddb5c635c8df77a324a38ac3c5a7d /abs | |
parent | 1862479630ab9f5f91d458a790c3232416ff5316 (diff) | |
download | linhes_pkgbuild-78f2546f636280c8f6f44723aaf520568ca4d82a.zip linhes_pkgbuild-78f2546f636280c8f6f44723aaf520568ca4d82a.tar.gz linhes_pkgbuild-78f2546f636280c8f6f44723aaf520568ca4d82a.tar.bz2 |
hdparm: update to 9.29 ref 647
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/hdparm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/hdparm/PKGBUILD b/abs/core-testing/hdparm/PKGBUILD index de29521..2e1a441 100644 --- a/abs/core-testing/hdparm/PKGBUILD +++ b/abs/core-testing/hdparm/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Paul Mattal <paul@archlinux.org> pkgname=hdparm -pkgver=8.9 -pkgrel=10 +pkgver=9.29 +pkgrel=1 pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters" arch=(i686 x86_64) depends=('glibc') @@ -30,4 +30,4 @@ build() { # installs empty /usr/share, which we let it do since it causes # no harm and it might put something there someday } -md5sums=('19fa013956612581af7d00907990ac84') +md5sums=('6575aba60e5adee628414cac76549c9b') |