Skip to content

Commit

Permalink
Revert "deps.ffmpeg: Update mbedTLS to 3.3.0"
Browse files Browse the repository at this point in the history
This reverts commit a050e86.
  • Loading branch information
RytoEX committed Mar 26, 2023
1 parent 76f82f0 commit 4aa7eef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deps.ffmpeg/60-mbedtls.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ autoload -Uz log_debug log_error log_info log_status log_output
## Dependency Information
local name='mbedtls'
local -A versions=(
macos 3.3.0
linux 3.3.0
windows 3.3.0
macos 3.2.1
linux 3.2.1
windows 3.2.1
)
local url='https://github.com/Mbed-TLS/mbedtls.git'
local -A hashes=(
macos 8c89224991adff88d53cd380f42a2baa36f91454
linux 8c89224991adff88d53cd380f42a2baa36f91454
windows 8c89224991adff88d53cd380f42a2baa36f91454
macos 869298bffeea13b205343361b7a7daf2b210e33d
linux 869298bffeea13b205343361b7a7daf2b210e33d
windows 869298bffeea13b205343361b7a7daf2b210e33d
)
local -a patches=(
"macos ${0:a:h}/patches/mbedtls/0001-enable-posix-threading-support.patch \
Expand Down

0 comments on commit 4aa7eef

Please sign in to comment.