Skip to content

Commit

Permalink
2128b
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreybennett committed Feb 28, 2024
1 parent 23958b8 commit a5fefaf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FIRMWARE_DIR := firmware
FIRMWARE_FILES := $(wildcard $(FIRMWARE_DIR)/*.bin)
LICENSE_FILES := $(wildcard LICENSE*)
VERSION := 2128
VERSION := 2128b
NAME := scarlett2-firmware
SPEC_FILE := $(NAME).spec
TAR_DIR := $(NAME)-$(VERSION)
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ interfaces:
- Scarlett 4th Gen Solo
- Scarlett 4th Gen 2i2
- Scarlett 4th Gen 4i4
- Clarett 2Pre USB
- Clarett 4Pre USB
- Clarett 8Pre USB
- Clarett+ 2Pre
- Clarett+ 4Pre
- Clarett+ 8Pre
- Vocaster One
- Vocaster Two

These files are only useful with the Linux `scarlett2` firmware update
utility: https://github.com/geoffreybennett/scarlett2
Expand Down
10 changes: 7 additions & 3 deletions scarlett2-firmware.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: scarlett2-firmware
Version: 2128
Version: 2128b
Release: 1%{?dist}
Summary: Firmware for Focusrite Scarlett2 devices

Expand All @@ -11,8 +11,8 @@ BuildArch: noarch
BuildRequires: make

%description
Firmware files for the Focusrite Scarlett 2nd, 3rd, 4th Gen, and
Clarett+ audio interfaces.
Firmware files for the Focusrite Scarlett 2nd, 3rd, 4th Gen, Clarett
USB, Clarett+, and Vocaster audio interfaces.

%prep
%setup -q
Expand All @@ -31,5 +31,9 @@ install -pm 644 LICENSE.Focusrite %{buildroot}/usr/share/licenses/scarlett2-firm
/usr/share/licenses/scarlett2-firmware

%changelog
* Wed Feb 21 2024 Geoffrey D. Bennett <[email protected]> - 2128b-1
- Added Clarett USB and Vocaster firmware files.
- Moved firmware to subdirectory.

* Wed Feb 21 2024 Geoffrey D. Bennett <[email protected]> - 2128-1
- Initial RPM release of the Scarlett2 firmware files.

0 comments on commit a5fefaf

Please sign in to comment.