diff --git a/.SRCINFO b/.SRCINFO index bb2935feae8c3..7d788124d8a62 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Jul 21 14:10:12 UTC 2017 +# Tue Aug 22 13:37:24 UTC 2017 pkgbase = splunkforwarder pkgdesc = Splunk Universal Forwarder - pkgver = 6.6.2_4b804538c686 + pkgver = 6.6.3_e21ee54bc796 pkgrel = 1 url = https://www.splunk.com/ install = splunkforwarder.install @@ -14,14 +14,14 @@ pkgbase = splunkforwarder conflicts = splunk source = splunkforwarder.service sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152 - source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/6.6.2/linux/splunkforwarder-6.6.2-4b804538c686-Linux-x86_64.tgz - sha256sums_x86_64 = a239432a7991279757387f563418da743e6fe93c94706f4358a8044ff846fc0e - source_i686 = https://download.splunk.com/products/universalforwarder/releases/6.6.2/linux/splunkforwarder-6.6.2-4b804538c686-Linux-i686.tgz - sha256sums_i686 = a75cba881f42cbfb5738811b648ffb25daf177ddb5d7a2fa6a1229d8c0a8c037 - source_armv6h = https://download.splunk.com/products/universalforwarder/releases/6.6.2/linux/splunkforwarder-6.6.2-4b804538c686-Linux-arm.tgz - sha256sums_armv6h = e3f6acf5185dbcd2e40e8dd0bfecfb92bd7e06f77f71250952972e5295f73d10 - source_armv7h = https://download.splunk.com/products/universalforwarder/releases/6.6.2/linux/splunkforwarder-6.6.2-4b804538c686-Linux-arm.tgz - sha256sums_armv7h = e3f6acf5185dbcd2e40e8dd0bfecfb92bd7e06f77f71250952972e5295f73d10 + source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/6.6.3/linux/splunkforwarder-6.6.3-e21ee54bc796-Linux-x86_64.tgz + sha256sums_x86_64 = 0fa1aa36e24bf0e3c6429fd9a40fc9b5040d34112116c17a0b23eff007b4248e + source_i686 = https://download.splunk.com/products/universalforwarder/releases/6.6.3/linux/splunkforwarder-6.6.3-e21ee54bc796-Linux-i686.tgz + sha256sums_i686 = d1969715832f3bd906713d1457c048249fa75c02dba9927421bd5364f3e68825 + source_armv6h = https://download.splunk.com/products/universalforwarder/releases/6.6.3/linux/splunkforwarder-6.6.3-e21ee54bc796-Linux-arm.tgz + sha256sums_armv6h = 3850e0bb1e3dc057025fff517b8e807a1699c71fffbcd42c7059ddd750c3d35a + source_armv7h = https://download.splunk.com/products/universalforwarder/releases/6.6.3/linux/splunkforwarder-6.6.3-e21ee54bc796-Linux-arm.tgz + sha256sums_armv7h = 3850e0bb1e3dc057025fff517b8e807a1699c71fffbcd42c7059ddd750c3d35a pkgname = splunkforwarder diff --git a/PKGBUILD b/PKGBUILD index 4f89c490766a4..3a96d8fc34775 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: L. Bradley LaBoon pkgname=splunkforwarder -basever=6.6.2 -pkgver=${basever}_4b804538c686 +basever=6.6.3 +pkgver=${basever}_e21ee54bc796 pkgrel=1 pkgdesc="Splunk Universal Forwarder" url="https://www.splunk.com/" @@ -15,10 +15,10 @@ source_x86_64=("https://download.splunk.com/products/universalforwarder/releases source_armv6h=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-arm.tgz") source_armv7h=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-arm.tgz") sha256sums=('8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152') -sha256sums_x86_64=('a239432a7991279757387f563418da743e6fe93c94706f4358a8044ff846fc0e') -sha256sums_i686=('a75cba881f42cbfb5738811b648ffb25daf177ddb5d7a2fa6a1229d8c0a8c037') -sha256sums_armv6h=('e3f6acf5185dbcd2e40e8dd0bfecfb92bd7e06f77f71250952972e5295f73d10') -sha256sums_armv7h=('e3f6acf5185dbcd2e40e8dd0bfecfb92bd7e06f77f71250952972e5295f73d10') +sha256sums_x86_64=('0fa1aa36e24bf0e3c6429fd9a40fc9b5040d34112116c17a0b23eff007b4248e') +sha256sums_i686=('d1969715832f3bd906713d1457c048249fa75c02dba9927421bd5364f3e68825') +sha256sums_armv6h=('3850e0bb1e3dc057025fff517b8e807a1699c71fffbcd42c7059ddd750c3d35a') +sha256sums_armv7h=('3850e0bb1e3dc057025fff517b8e807a1699c71fffbcd42c7059ddd750c3d35a') package() { cd "$srcdir"