community/gitlab-runner to 12.9.0-1

This commit is contained in:
Kevin Mihelich 2020-03-21 11:34:57 +00:00
parent f881f67fea
commit 69a5d33906

View file

@ -7,15 +7,15 @@
buildarch=4
pkgname=gitlab-runner
pkgver=12.8.0
pkgrel=2
pkgver=12.9.0
pkgrel=1
pkgdesc="The official GitLab CI runner written in Go"
arch=('x86_64')
url='https://gitlab.com/gitlab-org/gitlab-runner'
license=('GPL3')
depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
makedepends=('git' 'go-pie' 'git' 'mercurial' 'gox')
install='gitlab-runner.install'
install=gitlab-runner.install
replaces=('gitlab-ci-multi-runner')
backup=('etc/gitlab-runner/config.toml')
noextract=("prebuilt-${pkgver}-x86_64.tar.xz"
@ -28,9 +28,9 @@ source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%
"gitlab-runner.sysusers"
"gitlab-runner.tmpfiles"
"config.toml")
sha512sums=('cfd90945c3ea915fdafeb392acd257016e5e3a0dc3d9cd907487ef04c0e74486d01d25e378628ee5370b14e5c3fad2305c13047a85f3f77a2fcd9ed2a05bbf50'
'f9677ffa4670d65c4434eb0189582379f9c5d14e0c5d430bab5b502a5ce57d9fe51448104d37491dcc96dc5c7ac8a8517e842beb90ba4ea89b600fe94d2bc587'
'9475bce80cb9900719e38d78f6d98a5ed0594cdee4fe933beaf9d4824ac34760ac7872b8c6261c54bb08aae302db003f9f8017e663f1e8dd49da0a6731913f92'
sha512sums=('6c3df5c7b877a131c271aafaa87b5a0ef57a70e4bf57a0706979f91ef8d675a8da8ca05090a66981a9d4525959172837e76a3005d7d7b3853c9ef844f7064102'
'4a849878c38e405f69429b0bd16dd67116834378c16806539e208f9636b23de6a6c80b26c8c7f8e1a8fb8a67ae36f1e41d8b3d2b8724d3ace62b938b7f3dd11d'
'cbc9f5c8787c2c66d0d4856c96506cd36318da6187633062bf004c5f4bd00814691c77868e3432ae31c434db2be50a34fbc095ad9c41afe422c5ecec4f543e4a'
'8a5a8b7654d3864722e784b2814c6278c17876f1c0c4fc0676fbcf6817ad2ba4be55501e67ce88c62b5b63ca886b01afc6feac98ba49842acd244abdd1a8296f'
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'
@ -62,7 +62,7 @@ prepare() {
build() {
cd "${srcdir}/src/gitlab.com/gitlab-org/gitlab-runner"
make BUILD_PLATFORMS="-osarch linux/${_pkgarch}" build;
make BUILD_PLATFORMS="-osarch linux/${_pkgarch}" build_all
}
package() {