From 04a5d5ae28181430cb67eb3fb019d02644cf9da9 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sat, 19 Feb 2022 23:34:29 +0530 Subject: [PATCH] x265: Update to version 3.5+19-8003e43 (#3310) * Update x265.json * Update x265.json --- bucket/x265.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/x265.json b/bucket/x265.json index e87c0c8d37..f6a3e853fc 100644 --- a/bucket/x265.json +++ b/bucket/x265.json @@ -1,13 +1,13 @@ { - "version": "3.5+19-8003e43", + "version": "3.5+29-3415705", "description": "Encodes video or images into an H.265 / HEVC bitstream.", "homepage": "http://x265.org/", "license": { "identifier": "GPL-2.0 or Commercial", "url": "http://x265.org/x265-licensing-faq/" }, - "url": "http://msystem.waw.pl/x265/x265-3.5+19-8003e43_vs2019-AVX2.7z", - "hash": "361b9fc6e34470fc379f3a47540a8d752abcb3eb74dd519347eb7e1ee4cb58c1", + "url": "http://msystem.waw.pl/x265/x265-3.5+29-3415705_vs2022-AVX2.7z", + "hash": "ca43191288d2866d85fa1b2753599413d11656047fefdd35cac190f8ffa75d1f", "architecture": { "64bit": { "bin": [ @@ -28,9 +28,9 @@ }, "checkver": { "url": "http://msystem.waw.pl/x265/", - "regex": "x265-([^_]+)_vs2019-AVX2" + "regex": "x265-([^_]+)_vs2022-AVX2" }, "autoupdate": { - "url": "http://msystem.waw.pl/x265/x265-$version_vs2019-AVX2.7z" + "url": "http://msystem.waw.pl/x265/x265-$version_vs2022-AVX2.7z" } }