We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c0bd4 commit d27a64eCopy full SHA for d27a64e
main/haproxy/template.py
@@ -1,5 +1,5 @@
1
pkgname = "haproxy"
2
-pkgver = "3.1.6"
+pkgver = "3.1.7"
3
pkgrel = 0
4
build_style = "makefile"
5
make_build_args = [
@@ -40,7 +40,7 @@
40
source = (
41
f"{url}/download/{pkgver[: pkgver.rfind('.')]}/src/haproxy-{pkgver}.tar.gz"
42
)
43
-sha256 = "21852e4a374bb8d9b3dda5dc834afe6557f422d7029f4fe3eac3c305f5124760"
+sha256 = "a3952644ef939b36260d91d81a335636aa9b44572b4cb8b6001272f88545c666"
44
hardening = ["!vis", "!cfi", "!int"]
45
# hard depends on vtest which doesn't have releases
46
options = ["!check"]
0 commit comments