firmware-shift-otter: add support for 8.0 and 8.1
The currently shipped firmware only worked on early EVT and DVT1 devices, because it is unsigned. Signed firmware, to enable support for 8.0 was uploaded a long time ago, but the firmware package was not bumped. With this bump now all variations of otter are supported: - EVT - DVT1 - DVT2 - 8.0 (MP) - 8.1 (MP) Signed-off-by: Alexander Martinz <amartinz@shiftphones.com> Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6454 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
73e6d02c1d
commit
862f6a0919
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Caleb Connolly <caleb@postmarketos.org>
|
||||
# Co-Maintainer: Alexander Martinz <amartinz@shiftphones.com>
|
||||
pkgname=firmware-shift-otter
|
||||
pkgver=20240304
|
||||
pkgver=20250417
|
||||
pkgrel=0
|
||||
pkgdesc="Firmware for SHIFTphone 8"
|
||||
url="https://github.com/SomeBlobs/firmware-shift-otter"
|
||||
|
|
@ -10,7 +10,7 @@ arch="aarch64"
|
|||
license="proprietary"
|
||||
makedepends="bash pil-squasher"
|
||||
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
||||
_commit="75058a91d2dd296a5a92b348d767e2c499e551fe"
|
||||
_commit="28e9784221d11a49f6cebe8df637244a6fc91e30"
|
||||
source="https://github.com/SomeBlobs/firmware-shift-otter/archive/$_commit/firmware-shift-otter-$_commit.tar.gz"
|
||||
builddir="$srcdir/firmware-shift-otter-$_commit"
|
||||
|
||||
|
|
@ -23,5 +23,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
62120a644fa4c39074df94d79bb72adac9944d5553f739171ece207bd401a1e9b50a4577b6bc7ba9e8d87ed7b7201a1b3f46d7341dd0880ea2f2d86bcd6ad67f firmware-shift-otter-75058a91d2dd296a5a92b348d767e2c499e551fe.tar.gz
|
||||
6dd0eeb86d0f70b972a527ac8e2b27b119c6430763f103d74795378da9444f3e1608aa9fb9ef6ad36eb19757ad0a119d582a99401c264fe415513abf75841a92 firmware-shift-otter-28e9784221d11a49f6cebe8df637244a6fc91e30.tar.gz
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue