Skip to content

Commit 260e49d

Browse files
committed
Update to hangover 11.9
Let's just skip right over the 11.4 release I guess
1 parent 13102ad commit 260e49d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV WINEPREFIX=/.wine
66
RUN <<EOF
77
mkdir build &&
88
cd build &&
9-
curl -L -O https://github.com/AndreRH/hangover/releases/download/hangover-11.4/hangover_11.4_ubuntu2404_noble_arm64.tar &&
9+
curl -L -O https://github.com/AndreRH/hangover/releases/download/hangover-11.9/hangover_11.9_ubuntu2404_noble_arm64.tar &&
1010
tar xf *.tar &&
1111
apt-get update &&
1212
apt-get install -y ./*.deb &&

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ And the sea bird data processing program should pop up.
6060
## Building:
6161
The base image is ubuntu 24.04 with a very lightweight window manager, vnc server, and browser based control server.
6262

63-
It installs [hangover](https://github.com/AndreRH/hangover) 11.4 and the runtime requirements (visual basic 2010 and 2012) for SBEDataProcessing using winetricks.
63+
It installs [hangover](https://github.com/AndreRH/hangover) 11.9 and the runtime requirements (visual basic 2010 and 2012) for SBEDataProcessing using winetricks.
6464
The SeaBird processing software is then copied to the correct place in the image along with the system registry.
6565

6666
To build:

0 commit comments

Comments
 (0)