diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-22 14:51:45 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 08:21:52 -0300 |
commit | 5770eccc2171bb0831d4f0efb0d84a896061f84c (patch) | |
tree | 83535288a24a927a3e6e8d8d81f13d64158d2dd2 /community/gitlab-runner/APKBUILD | |
parent | 1b2938883c255301fa89471516f13cb7f649b614 (diff) | |
download | aports-5770eccc2171bb0831d4f0efb0d84a896061f84c.tar.bz2 aports-5770eccc2171bb0831d4f0efb0d84a896061f84c.tar.xz |
community/gitlab-runner: upgrade to 12.4.0
Diffstat (limited to 'community/gitlab-runner/APKBUILD')
-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 114906b8ca..764a409672 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.3.0 +pkgver=12.4.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=a8a019e0 +_rev=1564076b pkgdesc="GitLab runner for CI/CD jobs" url="https://docs.gitlab.com/runner/" arch="all" @@ -65,6 +65,6 @@ helper() { "$subpkgdir"/usr/bin/gitlab-runner-helper } -sha512sums="44d9714a21c745b610f6e91e7c2f393350e1d20ff33814357e194146ec706a76a4a5e9c04446dc05caf840b5b54d9b9e45b709445ccee393529f1d5888ef72ce gitlab-runner-v12.3.0.tar.gz +sha512sums="e79d6c8256721be17717585d85d9535d7efde8e50022e70d4f325cb049f4a27ac6df9dedf00dc2e40819f0237211c918186ec8c8f17776a1dc64688e3b4bb773 gitlab-runner-v12.4.0.tar.gz 2ae753efc220c46378e84831f01b289f3689af70cd7cbb0bbcc04dc17c910d65eb5105c198d5a23098e27797a7d1c695f49b244993ea4676eb9ec9cda064f44e gitlab-runner.initd 243ed9d7575e925794213973232f95f02d5e10cfab6cd29df6a4641b9d05b342ae90678b2eea4b21ddc703596429919d037b38248046d7c5e7a480406f412445 gitlab-runner.confd" |