diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-23 00:19:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-23 16:59:50 +0100 |
commit | efb872963699fa054e74ddc47ad5c32d09ef86d7 (patch) | |
tree | ab3322fef669baee5c3d8f7560f85517e8a0c3fb /community/gitlab-runner | |
parent | 76a6f911bd1fd564aed9c7d390eee55e94af586d (diff) | |
download | aports-efb872963699fa054e74ddc47ad5c32d09ef86d7.tar.bz2 aports-efb872963699fa054e74ddc47ad5c32d09ef86d7.tar.xz |
community/gitlab-runner: upgrade to 12.6.0
Diffstat (limited to 'community/gitlab-runner')
-rw-r--r-- | community/gitlab-runner/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gitlab-runner/APKBUILD b/community/gitlab-runner/APKBUILD index 47bae5de62..c63b3afaae 100644 --- a/community/gitlab-runner/APKBUILD +++ b/community/gitlab-runner/APKBUILD @@ -2,13 +2,13 @@ # Contributor: Rasmus Thomsen <oss@cogitir.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gitlab-runner -pkgver=12.5.0 +pkgver=12.6.0 pkgrel=0 # first 8 chars of the git hash of the release, see # https://gitlab.com/gitlab-org/gitlab-runner/-/tags # PLEASE update this, since they're used to determine what version of # https://hub.docker.com/r/gitlab/gitlab-runner-helper/tags to use -_rev=1564076b +_rev=ac8e767a pkgdesc="GitLab runner for CI/CD jobs" url="https://docs.gitlab.com/runner/" arch="all" @@ -17,7 +17,7 @@ makedepends="go" install="$pkgname.pre-install $pkgname.pre-upgrade" pkgusers="gitlab-runner" pkggroups="gitlab-runner" -options="!check" # Need to be run in a git repo +options="!check chmod-clean" # Need to be run in a git repo subpackages="$pkgname-helper $pkgname-openrc" source="https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v$pkgver/gitlab-runner-v$pkgver.tar.gz $pkgname.initd @@ -65,6 +65,6 @@ helper() { "$subpkgdir"/usr/bin/gitlab-runner-helper } -sha512sums="6bc7f8f777564b36617a41d548ec82ee4f1ec0f8698cd036dc3cbe7bae49220641839181707c9733c1dac013c0e1854b2e73041a530676b2cb8ababdec3ffb70 gitlab-runner-v12.5.0.tar.gz +sha512sums="f2fdad294eaea3b5d57e1b1126a1ef0f1c43f855ad75aa29d3694b38df4e3ed254ad05ef64f1f8cf45509f782ba0a24d8c89936b2719cd0d4a016edd5fa2df72 gitlab-runner-v12.6.0.tar.gz 2ae753efc220c46378e84831f01b289f3689af70cd7cbb0bbcc04dc17c910d65eb5105c198d5a23098e27797a7d1c695f49b244993ea4676eb9ec9cda064f44e gitlab-runner.initd 243ed9d7575e925794213973232f95f02d5e10cfab6cd29df6a4641b9d05b342ae90678b2eea4b21ddc703596429919d037b38248046d7c5e7a480406f412445 gitlab-runner.confd" |