qflipper: update to 1.2.2

32bit has been fixed upstream, so the patch is no longer needed.
This commit is contained in:
Emil Miler 2023-03-05 21:05:43 +01:00 committed by Toyam Cox
parent ee2bb6b0cb
commit 1af2e7d5e3
2 changed files with 2 additions and 12 deletions

View file

@ -1,10 +0,0 @@
--- a/dfu/device/stm32wb55/infotable.h
+++ b/dfu/device/stm32wb55/infotable.h
@@ -52,6 +52,7 @@ struct FUSDeviceInfoTable
uint32_t reserved2;
uint64_t UID64;
uint16_t deviceID;
+ uint32_t padding_ /* padding for 32 bits build */;
};
struct DeviceInfoTable {

View file

@ -1,6 +1,6 @@
# Template file for 'qflipper'
pkgname=qflipper
version=1.2.0
version=1.2.2
revision=1
_nanopb_version=0.4.6
create_wrksrc=yes
@ -15,7 +15,7 @@ license="GPL-3.0-only"
homepage="https://flipperzero.one"
distfiles="https://github.com/flipperdevices/qFlipper/archive/refs/tags/${version}.tar.gz
https://github.com/nanopb/nanopb/archive/refs/tags/${_nanopb_version}.tar.gz"
checksum="d830c9f442e833957431bdd42f5711cb24d64e0d83976e35987cccbe046a3c8c
checksum="486543a66fcf899073972d4f081f89a709a66628d71e9412c74be0a7a1fb79a7
caa97d55fb9c98b4cfa0b069acd9657f706e9629af0baeaefcae0a0e8c4a64d2"
post_extract() {