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 execline.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: execline
version: "2.9.7.0"
epoch: 51
version: "2.9.8.0"
epoch: 0
description: "a small scripting language intended to be an alternative to shell scripting"
copyright:
- license: ISC
Expand All @@ -17,6 +17,7 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- skalibs
- skalibs-dev
- wolfi-baselayout

Expand All @@ -25,7 +26,7 @@ pipeline:
with:
repository: git://git.skarnet.org/execline
tag: v${{package.version}}
expected-commit: 19fe5804a4e0a88602e80cfd2d4dd5d48574dc13
expected-commit: 3820c34dfc2db888fb805244b855c70b6f842977

- name: Configure
runs: |
Expand Down
Loading