Skip to content

Commit d225ac7

Browse files
committedFeb 26, 2025·
mesa-chimeraos 25.0.0-chos1-4
1 parent e122f6e commit d225ac7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
needs: [build-mesa]
8787
steps:
8888
- name: Download artifacts
89-
uses: actions/download-artifact@v3
89+
uses: actions/download-artifact@v4
9090
with:
9191
name: mesa-chimeraos
9292
path: ${{ env.PKGDEST }}

‎lib32-mesa/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pkgname=(
1818
)
1919
_mesaver=25.0.0
2020
pkgver=${_mesaver//-/.}.chos1
21-
pkgrel=3
21+
pkgrel=4
2222
epoch=1
2323
pkgdesc="Open-source OpenGL drivers - 32-bit"
2424
url="https://www.mesa3d.org/"

‎mesa/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pkgname=(
1818
)
1919
_mesaver=25.0.0
2020
pkgver=${_mesaver//-/.}.chos1
21-
pkgrel=3
21+
pkgrel=4
2222
epoch=1
2323
pkgdesc="Open-source OpenGL drivers"
2424
url="https://www.mesa3d.org/"

0 commit comments

Comments
 (0)
Please sign in to comment.