Commit d225ac7 committed Feb 26, 2025 · 2 / 2
1 parent e122f6e commit d225ac7 Copy full SHA for d225ac7
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 86
86
needs : [build-mesa]
87
87
steps :
88
88
- name : Download artifacts
89
- uses : actions/download-artifact@v3
89
+ uses : actions/download-artifact@v4
90
90
with :
91
91
name : mesa-chimeraos
92
92
path : ${{ env.PKGDEST }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pkgname=(
18
18
)
19
19
_mesaver=25.0.0
20
20
pkgver=${_mesaver// -/ .} .chos1
21
- pkgrel=3
21
+ pkgrel=4
22
22
epoch=1
23
23
pkgdesc=" Open-source OpenGL drivers - 32-bit"
24
24
url=" https://www.mesa3d.org/"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pkgname=(
18
18
)
19
19
_mesaver=25.0.0
20
20
pkgver=${_mesaver// -/ .} .chos1
21
- pkgrel=3
21
+ pkgrel=4
22
22
epoch=1
23
23
pkgdesc=" Open-source OpenGL drivers"
24
24
url=" https://www.mesa3d.org/"
You can’t perform that action at this time.
0 commit comments