summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormazzetta862019-12-13 10:38:32 +0000
committermazzetta862019-12-13 10:38:32 +0000
commit8f3112f833b7dcea57b3e24cd97f3d5664b21acc (patch)
tree6ec8fb65bcebaf403be8165cd93b2852b7f6bb6b
parent09fadcfcc7599b53e46e81e28adeba4d6cc68640 (diff)
downloadaur-8f3112f833b7dcea57b3e24cd97f3d5664b21acc.tar.gz
Fixes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c719e6c86e27..eb1b96d3aead 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hdsentinel
pkgdesc = A freeware, closed source, SMART analysis tool
pkgver = 0.18
- pkgrel = 1
+ pkgrel = 2
url = http://www.hdsentinel.com/hdslin.php
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = hdsentinel
arch = armv7h
license = unknown
source = https://www.hdsentinel.com/hdslin/hdsentinel-018-x64.gz
- md5sums = f68fe99c6392d9b2d15a5f260d595da2
+ md5sums = 442E28842F71D033D89FB5C4A3928BD9
pkgname = hdsentinel
diff --git a/PKGBUILD b/PKGBUILD
index 482026a560da..8ec873b8c22d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hdsentinel
pkgver=0.18
-pkgrel=1
+pkgrel=2
pkgdesc="A freeware, closed source, SMART analysis tool"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.hdsentinel.com/hdslin.php"
@@ -12,15 +12,15 @@ license=('unknown')
depends=()
if [[ $CARCH == "i686" ]]; then
source=(http://www.hdsentinel.com/hdslin/hdsentinel-018.gz)
- md5sums=('c7b662d1c40b331e75dedc88ecc569d9')
+ md5sums=('6DA8AAA8F321F60B493C898195C3977C')
_HDSentinel="hdsentinel-018"
elif [[ $CARCH == "x86_64" ]]; then
source=(https://www.hdsentinel.com/hdslin/hdsentinel-018-x64.gz)
- md5sums=('f68fe99c6392d9b2d15a5f260d595da2')
+ md5sums=('442E28842F71D033D89FB5C4A3928BD9')
_HDSentinel="hdsentinel-018-x64"
elif [[ $CARCH == "armv7h" || $CARCH == "armv6h" ]]; then
source=(https://www.hdsentinel.com/hdslin/hdsentinel-018-arm.gz)
- md5sums=('517e3bc987debeed4273dcc043853913')
+ md5sums=('0FB42FC3FBE6EBC96558A1187222ED27')
_HDSentinel="hdsentinel-018-arm"
fi