Skip to content

Releases: vejeta/conquer

v4.12-1

09 Nov 22:35

Choose a tag to compare

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

4.12

17 Sep 15:07
e15abec

Choose a tag to compare

What's Changed

Conquer 4.12 Release – GPLv3 Relicensing and Preservation

We are happy to announce the 4.12 release of Conquer, which marks an important milestone in the long history of this project.

This release is not about new gameplay features, but about ensuring the preservation and future accessibility of Conquer’s legacy. With the explicit permissions of the original authors, the project has now been relicensed under GPL v3, guaranteeing that it can be freely studied, modified, and shared within the open-source community for years to come.

In addition to the relicensing effort, this release includes work to:

  • Make the codebase compilable on modern GNU/Linux systems and other modern Operating Systems.

  • Introduce small modernization improvements so that the project remains buildable and maintainable with current toolchains.

The intention of this release is to safeguard Conquer’s history and ensure its availability for preservation and research, not to introduce new functionality.

What’s Changed