Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update haproxy package #975

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@ -20,10 +20,10 @@ golang/go1.23.0.linux-amd64.tar.gz:
object_id: 84d574d6-d4a7-4097-790d-263dcb73c205
sha: sha256:905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3
# this comment prevents git conflicts
haproxy/haproxy-2.6.18.tar.gz:
size: 4103766
object_id: bef8a52d-c998-42f7-52f1-448b61c7dc8c
sha: sha256:1b36d3c618360eff7cdc2b70dd53affdf9c939d0fdf8602ac2d77018535f709a
haproxy/haproxy-2.6.19.tar.gz:
size: 4110701
object_id: '044911bb-ac89-4288-501a-9bc9387e1738'
sha: sha256:890a2fdd12e92115556b5d2ff578c1f9a8e48147ea5fe9efb8145685f723a0e9
# this comment prevents git conflicts
rabbitmq-server-3.11/rabbitmq-server-generic-unix-3.11.28.tar.xz:
size: 15594916
Expand Down
2 changes: 1 addition & 1 deletion packages/haproxy/packaging
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -e

VERSION="2.6.18"
VERSION="2.6.19"

tar xzf haproxy/haproxy-${VERSION}.tar.gz
cd haproxy-${VERSION}
Expand Down
4 changes: 2 additions & 2 deletions packages/haproxy/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: haproxy
metadata:
version: 2.6.18
version: 2.6.19
files:
- haproxy/haproxy-2.6.18.tar.gz
- haproxy/haproxy-2.6.19.tar.gz
dependencies: []