From 81069f6abd27545d77cd9008e8a225190750d787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 4 Feb 2021 10:57:11 -0300 Subject: [PATCH 1/2] .github/workflows: cancel previous CI runs after pushing into PRs. Also specify ubuntu-latest, which is what the action recommends. --- .github/workflows/build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d8328911eec..0dbce4fb017 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,7 +6,7 @@ jobs: # Lint changed templates. xlint: name: Lint templates - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest env: PATH: '/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin' @@ -14,6 +14,9 @@ jobs: LICENSE_LIST: common/travis/license.lst steps: + - uses: styfle/cancel-workflow-action@0.7.0 + with: + access_token: ${{ github.token }} - uses: actions/checkout@v1 with: fetch-depth: 200 From 0a4c834cdbc645217ee92b86b6a51b6c4d4a2a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 4 Feb 2021 11:00:17 -0300 Subject: [PATCH 2/2] chromium: hie --- srcpkgs/chromium/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 348389798a2..cabfb9b2777 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -2,7 +2,7 @@ pkgname=chromium # See http://www.chromium.org/developers/calendar for the latest version version=88.0.4324.96 -revision=1 +revision=2 archs="i686* x86_64* aarch64* armv7l* ppc64le*" short_desc="Google's attempt at creating a safer, faster, and more stable browser" maintainer="Enno Boland "