summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJános Illés2017-09-12 08:06:48 +0200
committerJános Illés2017-09-12 08:06:48 +0200
commit2d277372135e17a6ad41bc68a54397474b113d97 (patch)
treef60ab9fd4b2633d41a429f6b00f2e809ae5c8965 /PKGBUILD
parent05d10b3175013e97a12f4319f6d8061e2b57a764 (diff)
downloadaur-2d277372135e17a6ad41bc68a54397474b113d97.tar.gz
update hdsentinel to latest version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98f4aa15d6f2..796bf3e03a0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Borislav Lilov
pkgname=hdsentinel
-pkgver=0.16
+pkgver=0.17
pkgrel=1
pkgdesc="A freeware, closed source, SMART analysis tool"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -10,17 +10,17 @@ url="http://www.hdsentinel.com/hdslin.php"
license=('unknown')
depends=()
if [[ $CARCH == "i686" ]]; then
- source=(http://www.hdsentinel.com/hdslin/hdsentinel-016.gz)
- md5sums=('4169d8e09265ca9818f6e2d04609461a')
- _HDSentinel="hdsentinel-016"
+ source=(http://www.hdsentinel.com/hdslin/hdsentinel-017.gz)
+ md5sums=('c7b662d1c40b331e75dedc88ecc569d9')
+ _HDSentinel="hdsentinel-017"
elif [[ $CARCH == "x86_64" ]]; then
- source=(http://www.hdsentinel.com/hdslin/hdsentinel-016-x64.tar.gz)
- md5sums=('2ecf56573fcb8a339fc1b2819d1b96a9')
- _HDSentinel="HDSentinel"
+ source=(https://www.hdsentinel.com/hdslin/hdsentinel-017-x64.gz)
+ md5sums=('f68fe99c6392d9b2d15a5f260d595da2')
+ _HDSentinel="hdsentinel-017-x64"
elif [[ $CARCH == "armv7h" || $CARCH == "armv6h" ]]; then
- source=(http://www.hdsentinel.com/hdslin/hdsentinel_008_arm.gz)
- md5sums=('043b51bdad959bac5a73c094abf19472')
- _HDSentinel="hdsentinel_008_arm"
+ source=(https://www.hdsentinel.com/hdslin/hdsentinel-017-arm.gz)
+ md5sums=('517e3bc987debeed4273dcc043853913')
+ _HDSentinel="hdsentinel-017-arm"
fi
package() {