[arch-commits] Commit in gitlab-runner/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Jul 13 15:44:01 UTC 2017


    Date: Thursday, July 13, 2017 @ 15:44:00
  Author: svenstaro
Revision: 244980

Fix prebuilt docker images to use the proper version

Modified:
  gitlab-runner/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-13 15:39:06 UTC (rev 244979)
+++ PKGBUILD	2017-07-13 15:44:00 UTC (rev 244980)
@@ -19,15 +19,15 @@
 # Note: This should be built using git because the runner gets its version information from there and I
 # haven't found the place to patch that yet.
 source=("git+https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git#tag=v${pkgver}"
-        "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-x86_64.tar.xz"
-        "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-arm.tar.xz"
+        "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz"
+        "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.xz"
         "gitlab-runner.service"
         "gitlab-runner.sysusers"
         "gitlab-runner.tmpfiles"
         "config.toml")
 sha512sums=('SKIP'
-            'a584bc59a4a029a9e7c1a32d8f67db1f94a5173b0f5457b677a435601f02842a8ea248ef48c26314c4b53b61dc34db625f4277ddd5b753fd0811af7c8bc3e459'
-            '7d63be0e8b54b978acf2a44d28540217da1927d25246879d33720241ea20c473acecd7686e944bcbe76a6c0b98606d829d909f8e8699b78b72aaa9fd3243b19f'
+            '6c8c082f2a70d416e1de369085dc2a6bb89f42b959d7dd6549485b4e5fefd4c3959e0423428b424abcffb97da6ed3c7ef9cad01f00ed63a27db5eea97babd9d1'
+            '3f042c992473a0312ae1210dc6cd1da65bc87850fff24504cdc0d785245bda8afed3cb67a21e4f4f1c6874d7963e211f80167e64876a8ca8ef357ae481b47433'
             'ed24841242a56a3b10dd80cd23e0c980f6bbe5fd0ebd4c6b46529947e4920cc9c03e4f4b239da8a798c801a6cdd757415113f97e45c1032f2c519fdaec4d3ae0'
             '8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
             '6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'



More information about the arch-commits mailing list