Skip to content

Commit ade9ca5

Browse files
committed
Update devel to 20250627
1 parent ea92b19 commit ade9ca5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

devel/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@
148148
"version": "3.22"
149149
},
150150
"commit": {
151-
"description": "updated translations; back out change allowing quoted characters and process substitution words in function names; rework readline change for GNU Hurd and ncurses",
152-
"version": "0f0cea342e32f1f82aa9cc9026038bfc3bb03e92"
151+
"description": "updated translations; documentation updates; update copyright dates",
152+
"version": "b35866a2891a9b069e37ca5684d4309c0391e261"
153153
},
154-
"version": "20250616"
154+
"version": "20250627"
155155
}
156156
}

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ for version in "${versions[@]}"; do
6262
fullVersion=
6363
while [ -z "$fullVersion" ]; do
6464
commits="$(
65-
wget -qO- "https://git.savannah.gnu.org/cgit/bash.git/atom/?h=$commit" \
65+
wget -qO- "https://cgit.git.savannah.gnu.org/cgit/bash.git/atom/?h=$commit" \
6666
| "$yq" --input-format xml --output-format json \
6767
| jq -r '
6868
.feed.entry[]

0 commit comments

Comments
 (0)