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

s6/2.11.3.2 package update #962

Merged
merged 1 commit into from
Apr 3, 2023
Merged
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ $(eval $(call build-package,git-lfs,3.3.0-r6))
$(eval $(call build-package,openssh,9.3_p1-r1))
$(eval $(call build-package,skalibs,2.13.1.0-r1))
$(eval $(call build-package,execline,2.9.2.1-r1))
$(eval $(call build-package,s6,2.11.3.0-r0))
$(eval $(call build-package,s6,2.11.3.2-r0))
$(eval $(call build-package,libretls,3.5.2-r2))
$(eval $(call build-package,grype,0.60.0-r0))
$(eval $(call build-package,trivy,0.39.0-r0))
Expand Down
4 changes: 2 additions & 2 deletions s6.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: s6
version: 2.11.3.0
version: 2.11.3.2
epoch: 0
description: "skarnet.org's small & secure supervision software suite."
copyright:
Expand Down Expand Up @@ -28,7 +28,7 @@ pipeline:
- uses: fetch
with:
uri: https://skarnet.org/software/s6/s6-${{package.version}}.tar.gz
expected-sha256: 0ef2de80c40b603d58bf65ec5dd9f0bb1f227d35f311e8948d9e30f81efb5b81
expected-sha256: 7c16138ad2f0ffbe0ed2ae8dd0cecada9f7c787edd33a69084d219110693df74
- name: Configure
runs: |
./configure \
Expand Down