Skip to content

Commit

Permalink
Merge pull request #907 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update wine to 10.0.0.0, debian 10.0.0.0~bookworm-1
  • Loading branch information
tianon authored Jan 23, 2025
2 parents bc33d29 + a4ac05d commit da19b3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions wine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN set -eux; \

# https://dl.winehq.org/wine-builds/debian/dists/bookworm/main/binary-amd64/?C=N;O=D
# https://www.winehq.org/news/
ENV WINE_VERSION 9.0.0.0
ENV WINE_DEB_VERSION 9.0.0.0~bookworm-1
ENV WINE_VERSION 10.0.0.0
ENV WINE_DEB_VERSION 10.0.0.0~bookworm-1

RUN set -eux; \
{ \
Expand Down
10 changes: 5 additions & 5 deletions wine/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "9.0.0.0",
"version": "10.0.0.0",
"debian": {
"filename": "dists/bookworm/main/binary-amd64/winehq-stable_9.0.0.0~bookworm-1_amd64.deb",
"sha256": "eafd27469751c2b6713c2385d1e6dfd616359e89a552510ed9ca305eca50232d",
"url": "https://dl.winehq.org/wine-builds/debian/dists/bookworm/main/binary-amd64/winehq-stable_9.0.0.0~bookworm-1_amd64.deb",
"version": "9.0.0.0~bookworm-1"
"filename": "dists/bookworm/main/binary-amd64/winehq-stable_10.0.0.0~bookworm-1_amd64.deb",
"sha256": "8afd962bee42616224c835b2af53b7beb618f92c7fbfe699da3f1976a0601731",
"url": "https://dl.winehq.org/wine-builds/debian/dists/bookworm/main/binary-amd64/winehq-stable_10.0.0.0~bookworm-1_amd64.deb",
"version": "10.0.0.0~bookworm-1"
}
}

0 comments on commit da19b3a

Please sign in to comment.