Fix checksums.

This commit is contained in:
Ivan Shapovalov
2018-09-07 15:22:21 +03:00
parent b82282465e
commit 7c5a9e42c2
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ pkgbase = nginx-mainline-mod-vts
depends = nginx-mainline=1.15.3
source = https://nginx.org/download/nginx-1.15.3.tar.gz
source = nginx-mainline-mod-vts-0.1.18.tar.gz::https://github.com/vozlt/nginx-module-vts/archive/v0.1.18.tar.gz
sha256sums = eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90
sha256sums = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
sha256sums = 17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65
pkgname = nginx-mainline-mod-vts

View File

@@ -19,7 +19,7 @@ source=(
$pkgname-$pkgver.tar.gz::https://github.com/vozlt/nginx-module-vts/archive/v$pkgver.tar.gz
)
sha256sums=('eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90'
sha256sums=('9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85'
'17ea41d4083f6d1ab1ab83dad9160eeca66867abe16c5a0421f85a39d7c84b65')
build() {