From a1c3fc6e092bc512c4bcdbb2aba06cbcfa49c9db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Mon, 2 Oct 2023 14:22:34 +0200
Subject: [PATCH] Update libvpx | refs #38536

---
 README.md    | 4 ++--
 debian/rules | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d4f2bff..2a9a73d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # UbiCast ffmpeg build
 
-Build the `ffmpeg-ubicast` package using the `ffmpeg-n[...]-latest-linux64-gpl-[...].tar.xz ` artifact from:
+Build the `ffmpeg-ubicast` package using an artifact from FFmpeg-Builds:
 
-https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest
+https://github.com/BtbN/FFmpeg-Builds/releases
diff --git a/debian/rules b/debian/rules
index 424a615..c4688b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 override_dh_auto_build:
 	echo 'Custom build'
-	curl -sL 'https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-linux64-gpl-6.0.tar.xz' -o archive.tar.xz
+	curl -sL 'https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2023-10-01-12-50/ffmpeg-n6.0-35-g067ed535f4-linux64-gpl-6.0.tar.xz' -o archive.tar.xz
 	mkdir -pv archive
 	tar -xvf archive.tar.xz -C archive
 	mkdir -pv bin
-- 
GitLab