Skip to content
Merged
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
7 changes: 4 additions & 3 deletions s6.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: s6
version: "2.13.2.0"
epoch: 51
version: "2.14.0.0"
epoch: 0
description: "skarnet.org's small & secure supervision software suite."
copyright:
- license: ISC
Expand All @@ -26,13 +26,14 @@ environment:
- busybox
- ca-certificates-bundle
- execline-dev
- skalibs
- skalibs-dev
- wolfi-baselayout

pipeline:
- uses: git-checkout
with:
expected-commit: 19a795b3441f0c0b01bad33487a6ab060c20dcd7
expected-commit: 48479fc35c985931ec5258d76f34957daf541ac4
repository: https://github.com/skarnet/s6.git
tag: v${{package.version}}

Expand Down
Loading