mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fixed sha256sums
This commit is contained in:
parent
074d27f704
commit
d940bf28b9
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -10,9 +10,9 @@ pkgbase = splunk
|
|||
source = splunk.service
|
||||
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
|
||||
source_x86_64 = https://download.splunk.com/products/splunk/releases/7.1.1/linux/splunk-7.1.1-8f0ead9ec3db-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = a7b5d9faaa3a7d923dce5afb0a33c8faf802298ca805d85b06ba5fc28d83b934
|
||||
sha256sums_x86_64 = 27a6af84c12a599fd3536b76d0f11fa154237ad651bfa0de0f2908bf56073883
|
||||
source_i686 = https://download.splunk.com/products/splunk/releases/7.1.1/linux/splunk-7.1.1-8f0ead9ec3db-Linux-i686.tgz
|
||||
sha256sums_i686 = 5dbbc2f75c0a85c5a3a0e2ab9ef2fe04f536d6a7c0b7c29e55c985c75e109c23
|
||||
sha256sums_i686 = 50189222c43307de056525fd634c837093ab9c9edc9d191171566ac59af38ff6
|
||||
|
||||
pkgname = splunk
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -12,8 +12,8 @@ source=("$pkgname.service")
|
|||
source_i686=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-i686.tgz")
|
||||
source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-x86_64.tgz")
|
||||
sha256sums=('ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757')
|
||||
sha256sums_x86_64=('a7b5d9faaa3a7d923dce5afb0a33c8faf802298ca805d85b06ba5fc28d83b934')
|
||||
sha256sums_i686=('5dbbc2f75c0a85c5a3a0e2ab9ef2fe04f536d6a7c0b7c29e55c985c75e109c23')
|
||||
sha256sums_x86_64=('27a6af84c12a599fd3536b76d0f11fa154237ad651bfa0de0f2908bf56073883')
|
||||
sha256sums_i686=('50189222c43307de056525fd634c837093ab9c9edc9d191171566ac59af38ff6')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue