Skip to content

Commit a90e686

Browse files
committed
Add loksh 7.9
dimkr/loksh tagged 7.9 after the data-driven migration. shvr.sh update loksh picks it up; it builds cleanly on linux/amd64 (control rebuild of 7.8 matched its committed checksum bit-for-bit), so add its source and build checksums, promote it into versions/loksh.current (7.9/7.8), and regenerate the .github matrix.
1 parent c38197a commit a90e686

6 files changed

Lines changed: 15 additions & 2 deletions

File tree

.github/actions/downloads/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,11 @@ runs:
452452
shvr_shell: ksh
453453
shvr_version: "shvrA93uplusm-v1.0.1"
454454
cache_path: "ksh/shvrA93uplusm-v1.0.1"
455+
- uses: ./.github/actions/single-download
456+
with:
457+
shvr_shell: loksh
458+
shvr_version: "7.9"
459+
cache_path: "loksh/7.9"
455460
- uses: ./.github/actions/single-download
456461
with:
457462
shvr_shell: loksh

.github/workflows/docker.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,10 @@ jobs:
553553
shell: ksh
554554
version: "shvrA93uplusm-v1.0.1"
555555
cache_path: "ksh/shvrA93uplusm-v1.0.1"
556+
- target: loksh_7.9
557+
shell: loksh
558+
version: "7.9"
559+
cache_path: "loksh/7.9"
556560
- target: loksh_7.8
557561
shell: loksh
558562
version: "7.8"
@@ -1031,8 +1035,8 @@ jobs:
10311035
hush_1.36.1
10321036
ksh_shvrA93uplusm-v1.0.10
10331037
ksh_shvrA93uplusm-v1.0.9
1038+
loksh_7.9
10341039
loksh_7.8
1035-
loksh_7.7
10361040
mksh_R59c
10371041
mksh_R58
10381042
oksh_7.8
@@ -1139,6 +1143,7 @@ jobs:
11391143
ksh_shvrA93uplusm-v1.0.3
11401144
ksh_shvrA93uplusm-v1.0.2
11411145
ksh_shvrA93uplusm-v1.0.1
1146+
loksh_7.9
11421147
loksh_7.8
11431148
loksh_7.7
11441149
loksh_7.6
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
81a535d00a48eb79fa5f32f3dda10add1944cc0321b816e1b3f646d205a78b81 loksh
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9cd50a5d5023c1886ef70dfe7334cebec4f4c6a9548f15d01a04732038e9ac0f 7.9.tar.xz

versions/loksh.all

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
7.9
12
7.8
23
7.7
34
7.6

versions/loksh.current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1+
7.9
12
7.8
2-
7.7

0 commit comments

Comments
 (0)