Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ haproxy/lua-5.4.9.tar.gz:
size: 373429
object_id: d0d416ad-3f08-494a-4ab9-aa5ae7f97a66
sha: sha256:2335b6c582a52654f94612bf10d2f4672805d05329aa6568b1d8cd9e5c6fb8e6
haproxy/pcre2-10.47.tar.gz:
size: 2792969
object_id: 37761873-8904-4a27-4b0c-df645dffd609
sha: sha256:c08ae2388ef333e8403e670ad70c0a11f1eed021fd88308d7e02f596fcd9dc16
haproxy/pcre2-10.48.tar.gz:
size: 2887260
object_id: b18bf652-e526-45c4-59e8-e5bda8cdc6da
sha: sha256:ebcc25aadf2a51fa1fefa9b8bc9e7a79b3dae86870a0f1152a22e42befd46888
haproxy/socat-1.8.1.3.tar.gz:
size: 767082
object_id: 56b568e3-e4ea-47fb-6ae8-da6d6bc43a34
Expand Down
2 changes: 1 addition & 1 deletion packages/haproxy/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euxo pipefail

LUA_VERSION=5.4.9 # https://www.lua.org/ftp/lua-5.4.9.tar.gz

PCRE_VERSION=10.47 # https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.47/pcre2-10.47.tar.gz
PCRE_VERSION=10.48 # https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.48/pcre2-10.48.tar.gz

SOCAT_VERSION=1.8.1.3 # http://www.dest-unreach.org/socat/download/socat-1.8.1.3.tar.gz

Expand Down