Browse Source

gitlab-runner: update to version 14.3.2

Signed-off-by: Jan Pavlinec <jan.pavlinec1@gmail.com>
lilik-openwrt-22.03
Jan Pavlinec 3 years ago
committed by Hannu Nyman
parent
commit
4a02b71723
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      devel/gitlab-runner/Makefile
  2. +1
    -1
      devel/gitlab-runner/patches/010-test.patch

+ 2
- 2
devel/gitlab-runner/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gitlab-runner
PKG_VERSION:=14.0.1
PKG_VERSION:=14.3.2
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://gitlab.com/gitlab-org/gitlab-runner/-/archive/v$(PKG_VERSION)
PKG_HASH:=22fe41816bb288c6f6513214f0d1d68d33d298aeaa9cd3a4f0a8393e6b20415f
PKG_HASH:=f67aeae05349f5c612ea5d8772407237caf4da586c0365e3c7edceec6b853d8c
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=MIT


+ 1
- 1
devel/gitlab-runner/patches/010-test.patch View File

@ -1,6 +1,6 @@
--- a/common/buildtest/masking.go
+++ b/common/buildtest/masking.go
@@ -39,7 +39,7 @@ func RunBuildWithMasking(t *testing.T, c
@@ -45,7 +45,7 @@ func RunBuildWithMasking(t *testing.T, c
buf.Finish()


Loading…
Cancel
Save