diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 4b846005..674351fa 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -1900,7 +1900,7 @@ jobs: curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libxvid-dev-1.3.7-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libzimg-dev-3.0.5-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libzvbi-dev-0.2.42-1-x86_64.pkg.tar.zst - curl -OL https://github.com/${{ github.repository }}/releases/download/dev/luajit2-dev-2.1_20240626-1-x86_64.pkg.tar.zst + curl -OL https://github.com/${{ github.repository }}/releases/download/dev/luajit2-dev-2.1_20240815-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/lzo-dev-2.10-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/mujs-dev-1.3.5-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/openal-soft-dev-1.23.1-1-x86_64.pkg.tar.zst diff --git a/.github/workflows/mpv.yml b/.github/workflows/mpv.yml index 62a6b337..105c84e7 100644 --- a/.github/workflows/mpv.yml +++ b/.github/workflows/mpv.yml @@ -98,7 +98,7 @@ jobs: curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libxvid-dev-1.3.7-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libzimg-dev-3.0.5-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libzvbi-dev-0.2.42-1-x86_64.pkg.tar.zst - curl -OL https://github.com/${{ github.repository }}/releases/download/dev/luajit2-dev-2.1_20240626-1-x86_64.pkg.tar.zst + curl -OL https://github.com/${{ github.repository }}/releases/download/dev/luajit2-dev-2.1_20240815-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/lzo-dev-2.10-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/mujs-dev-1.3.5-1-x86_64.pkg.tar.zst curl -OL https://github.com/${{ github.repository }}/releases/download/dev/openal-soft-dev-1.23.1-1-x86_64.pkg.tar.zst diff --git a/luajit2/PKGBUILD b/luajit2/PKGBUILD index fb21b657..5a44756e 100644 --- a/luajit2/PKGBUILD +++ b/luajit2/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: nyfair pkgname=luajit2-dev -pkgver=2.1_20240626 +pkgver=2.1_20240815 pkgrel=1 pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1' arch=('x86_64')