Releases 5

For tarballs and release assets from this project, see releases.pagure.org/system76-firmware.

If the developers have uploaded one or more tarball(s), you will be able to find them in the release folder.

The CHECKSUMS file contains the checksums (SHA256 and SHA512) of the files uploaded to pagure.

To use this file, simply download it next to the tarball you downloaded and run sha512sum -c CHECKSUMS

Getting source for a release

Clone the repository, then use git archive to create a tarball for any tag:

git clone https://pagure.io/system76-firmware.git
cd system76-firmware
git archive --format=tar.gz --prefix=system76-firmware-<TAG>/ -o system76-firmware-<TAG>.tar.gz <TAG>

Replace <TAG> with the tag name (e.g. v1.0.0). For a zip archive use --format=zip and .zip as the output extension.

system76-firmware-0.4-1
Commits: system76-firmware-0.3-1..HEAD
e358268cf4473b2eef5f1e114942acf42cb08f05
Commits: system76-firmware-0.3-1..HEAD - Merge pull request #3 from pop-os/master - Revert ecflash to stable branch version - Move vendoring into debian/rules - 1.0.4 - update public key
system76-firmware-0.3-1
Commits: system76-firmware-0.2-1..HEAD
dcceae3601796362b44009d49bc32ed6504377c9
Commits: system76-firmware-0.2-1..HEAD - Merge pull request #2 from pop-os/master - 1.0.3 - update buildchain to fix signature validation
system76-firmware-0.2-1
Commits: system76-firmware-0.1-1..HEAD
33b71b9cf1cd878fae1b651dc635a804d32981ba
Commits: system76-firmware-0.1-1..HEAD - from pop main - ca-certs - Update dependencies - Require ca-certificates to build
system76-firmware-0.1-1
Commits: HEAD
799313d91bfb28398833714bc2f13888b8300808
Commits: HEAD First release of fedora package - fork info - missing BuildRequires - fedora packaging init - fedora packaging init - fix openssl 1.1.1 compile error - SSL Fix - Rename cli binary to have -cli suffix - install/uninstall the systemd unit with the daemon - Update error message to reflect action taken - Create ISSUE_TEMPLATE.md - 1.0.2 release - Merge branch 'master' of github.com:pop-os/system76-firmware - 1.0.1 - update lock file - Update Cargo.lock - Create LICENSE - 1.0.0 - Update README.md - Update README.md - Break into two packages, add simple cli - Move service into debian packaging - Add dbus-1 - Add liblzma-dev - Add pkg-config - Vendor ecflash - Update lock file - Fix ME version reading - Fix dbus api name - Update DBUS API - Update readme and dbus API - Remove warnings - Remove debug print - Add download cache - Update buildchain version - Update depencencies - Switch to rust-lzma which works better with cargo vendor - Update README, add debian packaging - Add makefile and systemd service - Also allow members of the sudo group - Add rebuild script - WIP: DBUS API - Add code to set EFI boot - init
1.0.2
42d146b9602de9ebab678860beb95b7c806933f0