diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 7da973f4be..66c72a8051 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -331,7 +331,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`wget`](wget/) | GNU Wget | 1.21.4 | https://www.gnu.org/software/wget/ | | [`which`](which/) | GNU which | 2.21 | https://www.gnu.org/software/which/ | | [`wireguard-tools`](wireguard-tools/) | WireGuard Tools | 1.0.20210914 | https://www.wireguard.com/ | -| [`x264`](x264/) | x264 | baee400 | https://www.videolan.org/developers/x264.html | +| [`x264`](x264/) | x264 | a8b68eb | https://www.videolan.org/developers/x264.html | | [`x265`](x265/) | x265 | 3.5 | https://bitbucket.org/multicoreware/x265_git/wiki/Home | | [`xash3d-fwgs`](xash3d-fwgs/) | Xash3D FWGS game engine | 2022.12.26 | https://github.com/FWGS/xash3d-fwgs | | [`xorriso`](xorriso/) | xorriso | 1.5.6 | https://www.gnu.org/software/xorriso | diff --git a/Ports/x264/package.sh b/Ports/x264/package.sh index ce80b6c016..e68e685469 100755 --- a/Ports/x264/package.sh +++ b/Ports/x264/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='x264' -version='baee400fa9ced6f5481a728138fed6e867b0ff7f' +version='a8b68ebfaa68621b5ac8907610d3335971839d52' files=( - "https://code.videolan.org/videolan/x264/-/archive/${version}/x264-master.tar.gz#436a2be54d8bc0cb05dd33ecbbcb7df9c3b57362714fcdaa3a5991189a33319b" + "https://code.videolan.org/videolan/x264/-/archive/${version}/x264-master.tar.gz#164688b63f11a6e4f6d945057fc5c57d5eefb97973d0029fb0303744e10839ff" ) useconfigure='true' use_fresh_config_sub='true'