1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:27:45 +00:00

Ports/zstd: Update zstd to version 1.5.5

This commit is contained in:
EWouters 2023-09-02 01:49:34 +02:00 committed by Jelle Raaijmakers
parent df50d6ccfa
commit af7b4609b6
4 changed files with 29 additions and 3 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='zstd'
version='1.5.2'
version='1.5.5'
files=(
"https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz#7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0"
"https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz#9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4"
)
useconfigure='true'