Updated sha256sums to support i686

This commit is contained in:
L. Bradley LaBoon 2015-12-28 16:33:27 -05:00
parent c0a57225f2
commit 61ac1a68d6
2 changed files with 12 additions and 5 deletions

View file

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Mon Dec 28 21:09:01 UTC 2015
# Mon Dec 28 21:32:06 UTC 2015
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
pkgver = 6.3.2_aaff59bb082c

View file

@ -12,10 +12,17 @@ source=(
"http://download.splunk.com/products/splunk/releases/6.3.2/universalforwarder/linux/$pkgname-${pkgver//_/-}-Linux-$CARCH.tgz"
"$pkgname.service"
)
sha256sums=(
'cec2892f5501103203370c65f63953014a7618072e4ff34d053b526879642473'
'8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152'
)
if [ $CARCH == 'i686' ]; then
sha256sums=(
'7e38301cda465921f4eccc817fc5edcecdccf34961f6f8fb7fc2f2a2bcf06d41'
'8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152'
)
else
sha256sums=(
'cec2892f5501103203370c65f63953014a7618072e4ff34d053b526879642473'
'8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152'
)
fi
package() {
cd "$srcdir"