devel/gitlab-runner: update to 10.3.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab-runner
|
||||
PORTVERSION= 10.0.2
|
||||
PORTVERSION= 10.3.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= \
|
||||
https://gitlab.com/gitlab-org/gitlab-runner/repository/archive.tar.bz2?ref=v${PORTVERSION}&dummy=/ \
|
||||
@@ -17,6 +17,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= Official GitLab Runner written in Go
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= go:lang/go \
|
||||
go-bindata:devel/go-bindata
|
||||
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
|
||||
@@ -24,16 +27,17 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
|
||||
git:devel/git
|
||||
|
||||
USES= tar:bz2
|
||||
GITHASH= a9a76a502bf69371d9c610d0b2814b4e0f3ae762
|
||||
GITREV= a9a76a50
|
||||
GITBRANCH= 10-0-stable
|
||||
BUILT= 2017-10-04T12:39:04-00:00
|
||||
GITHASH= 5cf5e19ad20e4d9710855063ad1dc572e4faa2f8
|
||||
GITREV= 5cf5e19a
|
||||
GITBRANCH= 10-3-stable
|
||||
BUILT= 2017-12-22T08:47:29-00:00
|
||||
|
||||
WRKSRC= ${WRKDIR}/gitlab-runner-v${PORTVERSION}-${GITHASH}
|
||||
GO_LDFLAGS= -X gitlab.com/gitlab-org/gitlab-runner/common.VERSION=${PORTVERSION} \
|
||||
-X gitlab.com/gitlab-org/gitlab-runner/common.REVISION=${GITREV} \
|
||||
-X gitlab.com/gitlab-org/gitlab-runner/common.BUILT=${BUILT} \
|
||||
-X gitlab.com/gitlab-org/gitlab-runner/common.BRANCH=${GITBRANCH} \
|
||||
-s -w
|
||||
-s -w
|
||||
|
||||
PLIST_FILES= bin/gitlab-runner
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
TIMESTAMP = 1508163224
|
||||
SHA256 (gitlab-runner/gitlab-runner-10.0.2.tar.bz2) = 3e4852766436188fbe954f3457e5a0a4ce141be0f3facb0bae62e2bf182dad41
|
||||
SIZE (gitlab-runner/gitlab-runner-10.0.2.tar.bz2) = 2539674
|
||||
SHA256 (gitlab-runner/prebuilt-x86_64.tar.xz) = 416a8b6ca55a65f55858fa4b3d9edaf3e272aebe69445ed2f095a12056ff96b4
|
||||
SIZE (gitlab-runner/prebuilt-x86_64.tar.xz) = 10449500
|
||||
SHA256 (gitlab-runner/prebuilt-arm.tar.xz) = 5e9f67a078486d5370b404561b9b6dff1daa49291d221865150f4b5f31c57787
|
||||
SIZE (gitlab-runner/prebuilt-arm.tar.xz) = 8560032
|
||||
TIMESTAMP = 1515465481
|
||||
SHA256 (gitlab-runner/gitlab-runner-10.3.0.tar.bz2) = afeba67ef87cca418b51c20c37f0c2be126bcbe7690cb2f6d20e52387e3ca1ca
|
||||
SIZE (gitlab-runner/gitlab-runner-10.3.0.tar.bz2) = 2637839
|
||||
SHA256 (gitlab-runner/prebuilt-x86_64.tar.xz) = 84d690053c1cf6a088841346211905c4105d7b1a60a6c145cf8c204b33e56844
|
||||
SIZE (gitlab-runner/prebuilt-x86_64.tar.xz) = 10470680
|
||||
SHA256 (gitlab-runner/prebuilt-arm.tar.xz) = 0a2618388137710d297e3115a06de2fdc87c29ebdd698c4e97ab69d4d8834a2b
|
||||
SIZE (gitlab-runner/prebuilt-arm.tar.xz) = 8559856
|
||||
|
||||
@@ -3,4 +3,4 @@ the results back to GitLab. It is used in conjunction with GitLab CI, the
|
||||
open-source continuous integration service included with GitLab that
|
||||
coordinates the jobs.
|
||||
|
||||
WWW: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/tree/master
|
||||
WWW: https://gitlab.com/gitlab-org/gitlab-runner
|
||||
|
||||
Reference in New Issue
Block a user