Skip to content

Commit e122f6e

Browse files
committed
mesa-chimeraos 25.0.0-chos1-3
1 parent 53f5f70 commit e122f6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
find ${{ env.PKGDEST }}/*.pkg.tar* -type f -name '*:*' -execdir bash -c 'mv "$1" "${1//:/--}"' bash {} \;
7373
- name: Upload package artifact
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
name: mesa-chimeraos
7777
path: |

lib32-mesa/PKGBUILD

Lines changed: 1 addition & 1 deletion
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=2
21+
pkgrel=3
2222
epoch=1
2323
pkgdesc="Open-source OpenGL drivers - 32-bit"
2424
url="https://www.mesa3d.org/"

mesa/PKGBUILD

Lines changed: 1 addition & 1 deletion
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=2
21+
pkgrel=3
2222
epoch=1
2323
pkgdesc="Open-source OpenGL drivers"
2424
url="https://www.mesa3d.org/"

0 commit comments

Comments
 (0)