Skip to content

Commit

Permalink
Automate
Browse files Browse the repository at this point in the history
  • Loading branch information
eko5624 committed Sep 26, 2024
1 parent dfae440 commit 4e0df25
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ jobs:
- name: Build
run: |
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/freetype2-dev-2_13_3-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/fribidi-dev-1.0.15-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/fribidi-dev-1.0.16-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/harfbuzz-dev-10.0.1-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libpng-dev-1.6.44-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/libunibreak-dev-6_1-1-x86_64.pkg.tar.zst
Expand Down Expand Up @@ -1859,7 +1859,7 @@ jobs:
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/ffmpeg-dev-7.0.2-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/ffnvcodec-dev-12.2.72.0-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/freetype2-dev-2_13_3-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/fribidi-dev-1.0.15-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/fribidi-dev-1.0.16-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/harfbuzz-dev-10.0.1-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/lame-dev-3.100-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/lcms2-dev-2.16-1-x86_64.pkg.tar.zst
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mpv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/ffmpeg-dev-7.0.2-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/ffnvcodec-dev-12.2.72.0-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/freetype2-dev-2_13_3-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/fribidi-dev-1.0.15-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/fribidi-dev-1.0.16-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/harfbuzz-dev-10.0.1-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/lame-dev-3.100-1-x86_64.pkg.tar.zst
curl -OL https://github.com/${{ github.repository }}/releases/download/dev/lcms2-dev-2.16-1-x86_64.pkg.tar.zst
Expand Down
2 changes: 1 addition & 1 deletion fribidi-dev/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: nyfair <[email protected]>
pkgname=fribidi-dev
pkgver=1.0.15
pkgver=1.0.16
pkgrel=1
pkgdesc='A Free Implementation of the Unicode Bidirectional Algorithm'
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion fribidi-dev/PKGBUILD-new
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: nyfair <[email protected]>
pkgname=fribidi-dev
pkgver=1.0.15
pkgver=1.0.16
pkgrel=1
pkgdesc='A Free Implementation of the Unicode Bidirectional Algorithm'
arch=('x86_64')
Expand Down

0 comments on commit 4e0df25

Please sign in to comment.