Skip to content

Commit

Permalink
mesa-chimeraos 25.0.0-chos1-3
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Feb 26, 2025
1 parent 53f5f70 commit e122f6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
find ${{ env.PKGDEST }}/*.pkg.tar* -type f -name '*:*' -execdir bash -c 'mv "$1" "${1//:/--}"' bash {} \;
- name: Upload package artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mesa-chimeraos
path: |
Expand Down
2 changes: 1 addition & 1 deletion lib32-mesa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pkgname=(
)
_mesaver=25.0.0
pkgver=${_mesaver//-/.}.chos1
pkgrel=2
pkgrel=3
epoch=1
pkgdesc="Open-source OpenGL drivers - 32-bit"
url="https://www.mesa3d.org/"
Expand Down
2 changes: 1 addition & 1 deletion mesa/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pkgname=(
)
_mesaver=25.0.0
pkgver=${_mesaver//-/.}.chos1
pkgrel=2
pkgrel=3
epoch=1
pkgdesc="Open-source OpenGL drivers"
url="https://www.mesa3d.org/"
Expand Down

0 comments on commit e122f6e

Please sign in to comment.