summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormazzetta862019-12-13 08:48:28 +0000
committermazzetta862019-12-13 08:48:28 +0000
commit09fadcfcc7599b53e46e81e28adeba4d6cc68640 (patch)
tree9abd097537f2b32d1fe13445b4dd2d7f841ca7dd
parent5c7cf1d1bd59fe692fdd65ff24633ef2501e8f87 (diff)
downloadaur-09fadcfcc7599b53e46e81e28adeba4d6cc68640.tar.gz
Updated to 0.18
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd9aee692f15..c719e6c86e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hdsentinel
pkgdesc = A freeware, closed source, SMART analysis tool
- pkgver = 0.17
+ pkgver = 0.18
pkgrel = 1
url = http://www.hdsentinel.com/hdslin.php
arch = i686
@@ -8,7 +8,7 @@ pkgbase = hdsentinel
arch = armv6h
arch = armv7h
license = unknown
- source = https://www.hdsentinel.com/hdslin/hdsentinel-017-x64.gz
+ source = https://www.hdsentinel.com/hdslin/hdsentinel-018-x64.gz
md5sums = f68fe99c6392d9b2d15a5f260d595da2
pkgname = hdsentinel
diff --git a/PKGBUILD b/PKGBUILD
index e7aa302e356b..482026a560da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Borislav Lilov
pkgname=hdsentinel
-pkgver=0.17
+pkgver=0.18
pkgrel=1
pkgdesc="A freeware, closed source, SMART analysis tool"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -11,17 +11,17 @@ url="http://www.hdsentinel.com/hdslin.php"
license=('unknown')
depends=()
if [[ $CARCH == "i686" ]]; then
- source=(http://www.hdsentinel.com/hdslin/hdsentinel-017.gz)
+ source=(http://www.hdsentinel.com/hdslin/hdsentinel-018.gz)
md5sums=('c7b662d1c40b331e75dedc88ecc569d9')
- _HDSentinel="hdsentinel-017"
+ _HDSentinel="hdsentinel-018"
elif [[ $CARCH == "x86_64" ]]; then
- source=(https://www.hdsentinel.com/hdslin/hdsentinel-017-x64.gz)
+ source=(https://www.hdsentinel.com/hdslin/hdsentinel-018-x64.gz)
md5sums=('f68fe99c6392d9b2d15a5f260d595da2')
- _HDSentinel="hdsentinel-017-x64"
+ _HDSentinel="hdsentinel-018-x64"
elif [[ $CARCH == "armv7h" || $CARCH == "armv6h" ]]; then
- source=(https://www.hdsentinel.com/hdslin/hdsentinel-017-arm.gz)
+ source=(https://www.hdsentinel.com/hdslin/hdsentinel-018-arm.gz)
md5sums=('517e3bc987debeed4273dcc043853913')
- _HDSentinel="hdsentinel-017-arm"
+ _HDSentinel="hdsentinel-018-arm"
fi
package() {