From 6c6f0bc40def0aa4cc6be6ab7d56f1bf09928a37 Mon Sep 17 00:00:00 2001 From: Johnny5 Date: Tue, 14 May 2024 09:59:27 +0200 Subject: [PATCH] Update all dependencies (#27) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | Mastermindzh/tidal-hifi | | minor | `5.10.0` -> `5.11.0` | | [actions/checkout](https://code.forgejo.org/actions/checkout) | action | patch | `v4.1.4` -> `v4.1.5` | | brave/brave-browser | | patch | `1.65.126` -> `1.65.132` | | git.snaile.de/snailed/xbps-builder | container | minor | `2024.0502.1733` -> `2024.0511.2201` | | renovate/renovate | container | digest | `3c59bbf` -> `267f11a` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v4.1.5`](https://code.forgejo.org/actions/checkout/compare/v4.1.4...v4.1.5) [Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.1.4...v4.1.5)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.snaile.de/snailed/void-packages-custom/pulls/27 Co-authored-by: Johnny5 Co-committed-by: Johnny5 --- .forgejo/workflows/build.yml | 2 +- .forgejo/workflows/neovim-nightly.yml | 2 +- .forgejo/workflows/renovate.yml | 4 ++-- srcpkgs/brave-bin/template | 2 +- srcpkgs/tidal-hifi-bin/template | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index f7f2db4f32f..3ef56a08e93 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -13,7 +13,7 @@ on: jobs: build-and-publish: runs-on: docker - container: git.snaile.de/snailed/xbps-builder:2024.0502.1733 + container: git.snaile.de/snailed/xbps-builder:2024.0511.2201 env: MAINTAINER: "Luca Bilke " ARCH: "x86_64" diff --git a/.forgejo/workflows/neovim-nightly.yml b/.forgejo/workflows/neovim-nightly.yml index 7ebefe36f62..4ccf67de054 100644 --- a/.forgejo/workflows/neovim-nightly.yml +++ b/.forgejo/workflows/neovim-nightly.yml @@ -13,7 +13,7 @@ on: jobs: build-and-publish: runs-on: "docker" - container: "git.snaile.de/snailed/xbps-builder:2024.0502.1733" + container: "git.snaile.de/snailed/xbps-builder:2024.0511.2201" env: MAINTAINER: "Luca Bilke " ARCH: "x86_64" diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml index e498074e616..3760a011ede 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -7,7 +7,7 @@ on: jobs: renovate: runs-on: docker - container: renovate/renovate@sha256:3c59bbfb49c70a6df896316e0a0e95fab1ae7d66533f263ca9c78b747e04bf79 + container: renovate/renovate@sha256:267f11a76d8c26fa01d0bd71dc86463a60649d5c19f48eb7512d82429e925259 env: RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} GITHUB_COM_TOKEN: ${{ secrets.GH_NOPRIV_TOKEN }} @@ -18,7 +18,7 @@ jobs: LOG_LEVEL: debug steps: - - uses: https://code.forgejo.org/actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: https://code.forgejo.org/actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Renovate run: renovate ${{ github.repository }} diff --git a/srcpkgs/brave-bin/template b/srcpkgs/brave-bin/template index fe0d6295699..fd3966b0073 100644 --- a/srcpkgs/brave-bin/template +++ b/srcpkgs/brave-bin/template @@ -1,6 +1,6 @@ # Template file for 'brave-bin' pkgname=brave-bin -version=1.65.126 +version=1.65.132 revision=1 archs="x86_64" depends="alsa-lib gtk+3 libXScrnSaver nss dejavu-fonts-ttf" diff --git a/srcpkgs/tidal-hifi-bin/template b/srcpkgs/tidal-hifi-bin/template index ee7e286f5c3..90c1251ce65 100644 --- a/srcpkgs/tidal-hifi-bin/template +++ b/srcpkgs/tidal-hifi-bin/template @@ -1,6 +1,6 @@ # Template file for 'tidal-hifi-bin' pkgname=tidal-hifi-bin -version=5.10.0 +version=5.11.0 revision=1 archs="x86_64" homepage="https://github.com/Mastermindzh/tidal-hifi"