Skip to content

v4.12-1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Nov 22:35
v4.12-1
f6eff53

Conquer v4.12-1

Classic Unix strategy game - GPL v3 licensed version

Installation

Debian/Ubuntu:

wget https://github.com/vejeta/conquer/releases/download/v4.12-1/conquer_4.12-1_amd64.deb
sudo dpkg -i conquer_4.12-1_amd64.deb
sudo apt-get install -f

Alpine Linux:

wget https://github.com/vejeta/conquer/releases/download/v4.12-1/conquer-4.12-r0.apk
sudo apk add --allow-untrusted conquer-4.12-r0.apk

Build from Source:

wget https://github.com/vejeta/conquer/releases/download/v4.12-1/conquer-v4.12-1.tar.gz
tar -xzf conquer-v4.12-1.tar.gz
cd conquer-v4.12-1
make all OPTFLG="-std=gnu99 -D_GNU_SOURCE"
make install

Verification

Download checksums.txt and verify your downloads:

sha256sum -c checksums.txt

What's Included

  • Debian package (amd64): conquer_4.12-1_amd64.deb
  • Alpine package (x86_64): conquer-4.12-r0.apk
  • Source tarball: conquer-v4.12-1.tar.gz
  • SHA256 checksums: checksums.txt

What's Changed

  • Update README, add SPDX headers, and REUSE.toml for reuse lint compliance by @vejeta in #6
  • Packaging Support. Initial APK for Alpine, DEB for Debian. by @vejeta in #7
  • Split core game contribs by @vejeta in #8
  • Fix debian build by @vejeta in #10
  • Update Maintainer Email in Debian control file by @vejeta in #11

Full Changelog: 4.12...v4.12-1