Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update smbclient, x264, x265 and bc modules #602

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions io.mpv.Mpv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ modules:
sources:
- type: archive
archive-type: tar
url: https://download.samba.org/pub/samba/stable/samba-4.21.2.tar.gz
sha256: bde66be3d2025cb949de38518ad2652f3795f824c7fa89d4e443ede1ae828ea6
url: https://download.samba.org/pub/samba/stable/samba-4.21.3.tar.gz
sha256: ae2179a613e7a5d4088735ab100d4ca1cae0f92374d6307e22eaec13ad90125c
x-checker-data:
type: html
url: https://download.samba.org/pub/samba/stable/?C=M;O=D
Expand Down Expand Up @@ -498,7 +498,7 @@ modules:
url: https://code.videolan.org/videolan/x264.git
#mirror-urls:
# - https://github.com/jpsdr/x264
commit: 450946f96bb20ca3f71d494c0800c3ad747de769
commit: 373697b467f7cd0af88f1e9e32d4f10540df4687
# Every commit to the master branch is considered a release
# https://code.videolan.org/videolan/x264/-/issues/35
x-checker-data:
Expand All @@ -521,8 +521,8 @@ modules:
sources:
- type: git
url: https://bitbucket.org/multicoreware/x265_git.git
tag: '4.0'
commit: 6318f223684118a2c71f67f3f4633a9e35046b00
tag: '4.1'
commit: 1d117bed4747758b51bd2c124d738527e30392cb
x-checker-data:
type: git
tag-pattern: ^([\d.]+)$
Expand Down Expand Up @@ -821,12 +821,12 @@ modules:
buildsystem: autotools
sources:
- type: archive
url: https://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz
url: https://ftp.gnu.org/gnu/bc/bc-1.08.1.tar.gz
mirror-urls:
- https://mirrors.kernel.org/gnu/bc/bc-1.07.1.tar.gz
- https://mirrors.ocf.berkeley.edu/gnu/bc/bc-1.07.1.tar.gz
- https://ftpmirror.gnu.org/gnu/bc/bc-1.07.1.tar.gz
sha256: 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
sha256: b71457ffeb210d7ea61825ff72b3e49dc8f2c1a04102bbe23591d783d1bfe996
x-checker-data:
type: html
url: https://ftp.gnu.org/gnu/bc/
Expand Down