Update all dependencies (#27)
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 <details> <summary>actions/checkout (actions/checkout)</summary> ### [`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) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: snailed/void-packages-custom#27 Co-authored-by: Johnny5 <bot@snaile.de> Co-committed-by: Johnny5 <bot@snaile.de>
This commit is contained in:
parent
a1eed13e2f
commit
6c6f0bc40d
|
@ -13,7 +13,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: git.snaile.de/snailed/xbps-builder:2024.0502.1733
|
container: git.snaile.de/snailed/xbps-builder:2024.0511.2201
|
||||||
env:
|
env:
|
||||||
MAINTAINER: "Luca Bilke <luca@bil.ke>"
|
MAINTAINER: "Luca Bilke <luca@bil.ke>"
|
||||||
ARCH: "x86_64"
|
ARCH: "x86_64"
|
||||||
|
|
|
@ -13,7 +13,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
runs-on: "docker"
|
runs-on: "docker"
|
||||||
container: "git.snaile.de/snailed/xbps-builder:2024.0502.1733"
|
container: "git.snaile.de/snailed/xbps-builder:2024.0511.2201"
|
||||||
env:
|
env:
|
||||||
MAINTAINER: "Luca Bilke <luca@bil.ke>"
|
MAINTAINER: "Luca Bilke <luca@bil.ke>"
|
||||||
ARCH: "x86_64"
|
ARCH: "x86_64"
|
||||||
|
|
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: renovate/renovate@sha256:3c59bbfb49c70a6df896316e0a0e95fab1ae7d66533f263ca9c78b747e04bf79
|
container: renovate/renovate@sha256:267f11a76d8c26fa01d0bd71dc86463a60649d5c19f48eb7512d82429e925259
|
||||||
env:
|
env:
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
GITHUB_COM_TOKEN: ${{ secrets.GH_NOPRIV_TOKEN }}
|
GITHUB_COM_TOKEN: ${{ secrets.GH_NOPRIV_TOKEN }}
|
||||||
|
@ -18,7 +18,7 @@ jobs:
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
|
|
||||||
steps:
|
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
|
- name: Renovate
|
||||||
run: renovate ${{ github.repository }}
|
run: renovate ${{ github.repository }}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'brave-bin'
|
# Template file for 'brave-bin'
|
||||||
pkgname=brave-bin
|
pkgname=brave-bin
|
||||||
version=1.65.126
|
version=1.65.132
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
depends="alsa-lib gtk+3 libXScrnSaver nss dejavu-fonts-ttf"
|
depends="alsa-lib gtk+3 libXScrnSaver nss dejavu-fonts-ttf"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tidal-hifi-bin'
|
# Template file for 'tidal-hifi-bin'
|
||||||
pkgname=tidal-hifi-bin
|
pkgname=tidal-hifi-bin
|
||||||
version=5.10.0
|
version=5.11.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
homepage="https://github.com/Mastermindzh/tidal-hifi"
|
homepage="https://github.com/Mastermindzh/tidal-hifi"
|
||||||
|
|
Loading…
Reference in New Issue