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

execline/2.9.3.0 package update #963

Closed
Closed
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 @@ -168,7 +168,7 @@ $(eval $(call build-package,go-1.20,1.20.2-r0))
$(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,execline,2.9.3.0-r0))
$(eval $(call build-package,s6,2.11.3.0-r0))
$(eval $(call build-package,libretls,3.5.2-r2))
$(eval $(call build-package,grype,0.60.0-r0))
Expand Down
6 changes: 3 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.2.1
epoch: 1
version: 2.9.3.0
epoch: 0
description: "a small scripting language intended to be an alternative to shell scripting"
copyright:
- license: ISC
Expand All @@ -19,7 +19,7 @@ pipeline:
- uses: fetch
with:
uri: https://skarnet.org/software/execline/execline-${{package.version}}.tar.gz
expected-sha256: dbccdd95bcee4b33d4d4cb7544ab92903ba2e2764165ddc8f395b67755b20405
expected-sha256: c8027fa70922d117cdee8cc20d277e38d03fd960e6d136d8cec32603d4ec238d
- name: Configure
runs: |
./configure \
Expand Down