diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2020-05-08 11:13:17 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-05-08 11:13:17 +0300 |
commit | f6cbfdd6529402ca82d84341d61e9abc7697588f (patch) | |
tree | 710f653fa1e95d35337bc1160e2a743408d39670 | |
parent | c8ef52f43e6f33700231fec68a4a744c2b9b16b9 (diff) | |
download | aports-f6cbfdd6529402ca82d84341d61e9abc7697588f.tar.bz2 aports-f6cbfdd6529402ca82d84341d61e9abc7697588f.tar.xz |
community/gitlab-runner: upgrade to 12.10.2
-rw-r--r-- | community/gitlab-runner/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gitlab-runner/APKBUILD b/community/gitlab-runner/APKBUILD index 8d00428005..f2a48c1d64 100644 --- a/community/gitlab-runner/APKBUILD +++ b/community/gitlab-runner/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Rasmus Thomsen <oss@cogitir.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gitlab-runner -pkgver=12.10.1 -pkgrel=1 +pkgver=12.10.2 +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 @@ -65,6 +65,6 @@ helper() { "$subpkgdir"/usr/bin/gitlab-runner-helper } -sha512sums="1d7a96a305dfa5f52f63e2f4a9f4918e70ecb9711f87ccea1aced2e685ffc46300c2194aabb9cf1d2599d571b0f4f9b80c8b78eb5b760e93d539bea7080da69b gitlab-runner-v12.10.1.tar.gz +sha512sums="c4bdf4d552a2612ef035d30303d69c3c352800761bdc9853004cc255ef2cf9056b036510ad6a898c140adbd4d07bb097fe0143769909c96dfad1540f5913ffa6 gitlab-runner-v12.10.2.tar.gz 2ae753efc220c46378e84831f01b289f3689af70cd7cbb0bbcc04dc17c910d65eb5105c198d5a23098e27797a7d1c695f49b244993ea4676eb9ec9cda064f44e gitlab-runner.initd 243ed9d7575e925794213973232f95f02d5e10cfab6cd29df6a4641b9d05b342ae90678b2eea4b21ddc703596429919d037b38248046d7c5e7a480406f412445 gitlab-runner.confd" |