Skip to content

Commit 3aec1ec

Browse files
Merge #956
956: Use Wine from Ubuntu 20.04 WineHQ repo r=Alexhuszagh a=Jules-Bertholet Co-authored-by: Jules Bertholet <julesbertholet@quoi.xyz>
2 parents 59ec530 + 068915b commit 3aec1ec

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changes/956.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"description": "use Wine from Ubuntu 20.04 WineHQ repo",
3+
"type": "changed",
4+
"breaking": false
5+
}

docker/wine.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ main() {
1515
# hardcode version, since we might want to avoid a version later.
1616
wget -nc https://dl.winehq.org/wine-builds/winehq.key
1717
mv winehq.key /usr/share/keyrings/winehq-archive.key
18-
wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/winehq-bionic.sources
19-
mv winehq-bionic.sources /etc/apt/sources.list.d/
18+
wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources
19+
mv winehq-focal.sources /etc/apt/sources.list.d/
2020
apt-get update
2121
apt install --no-install-recommends --assume-yes \
22-
"winehq-stable=7.0.0.0~bionic-1"
22+
"winehq-stable=7.0.0.0~focal-1"
2323

2424
purge_packages
2525
}

0 commit comments

Comments
 (0)