Skip to content

Commit 83f6694

Browse files
committed
bump release
1 parent e4dd87b commit 83f6694

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
"registry.access.redhat.com/ubi9-minimal",
3333
"debian:11-slim", "debian:12-slim",
3434
"fedora:36", "fedora:37", "fedora:38",
35-
"opensuse/leap:15.4", "opensuse/leap:15.4", "opensuse/tumbleweed",
35+
"opensuse/leap:15.4", "opensuse/leap:15.5", "opensuse/tumbleweed",
3636
"ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04",
3737
"ubuntu:22.04", "ubuntu:22.10", "ubuntu:23.04",
3838
]

config/pkginfo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NFPM_RELEASE=2.31.0
1+
NFPM_RELEASE=2.32.0
22
PKG_MAINTAINER="Claudio Ramirez <[email protected]>"
33
PKG_TARGZ="ubuntu16.04"
44
FEDORA_RAWHIDE_VERSION=40

config/setup.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The versions correspond with git tags or commits.
2-
RAKUDO_VERSION=2023.06
3-
NQP_VERSION=2023.06
4-
MOARVM_VERSION=2023.06
5-
ZEF_VERSION=v0.18.2
2+
RAKUDO_VERSION=2023.08
3+
NQP_VERSION=2023.08
4+
MOARVM_VERSION=2023.08
5+
ZEF_VERSION=v0.19.1
66
PKG_REVISION=01

0 commit comments

Comments
 (0)