diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-04 11:45:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-04 11:45:35 +0000 |
commit | 87a62578c5a5f30d2b4096105c246b712ba1bd02 (patch) | |
tree | 4f9064a4e0ef8504ea2b1d35aec42f3c7174a0fe /testing/smartmontools | |
parent | f82efb7c0c0e31caf2e68322be8c950881fef100 (diff) | |
download | aports-87a62578c5a5f30d2b4096105c246b712ba1bd02.tar.bz2 aports-87a62578c5a5f30d2b4096105c246b712ba1bd02.tar.xz |
testing/smartmontools: upgrade to 5.39.1
Diffstat (limited to 'testing/smartmontools')
-rw-r--r-- | testing/smartmontools/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/smartmontools/APKBUILD b/testing/smartmontools/APKBUILD index 9650683c..7cc86c33 100644 --- a/testing/smartmontools/APKBUILD +++ b/testing/smartmontools/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=smartmontools -pkgver=5.38 -pkgrel=1 +pkgver=5.39.1 +pkgrel=0 pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives." url="http://smartmontools.sourceforge.net" license="GPL" @@ -26,6 +26,6 @@ package() { install -Dm755 ../smartd.initd "$pkgdir"/etc/init.d/smartd install -Dm644 ../smartd.confd "$pkgdir"/etc/conf.d/smartd } -md5sums="a282846532ecbd6b4a28072373b3a70b smartmontools-5.38.tar.gz +md5sums="f6f7380ae45587161c0adae8862110e9 smartmontools-5.39.1.tar.gz 64e6fc908146b885aa3f88796edf72f3 smartd.initd 371cdb7cc9dc924b6d12224d66b193c6 smartd.confd" |