package/flutter-sdk-bin: bump version to 3.16.5

Upstream changed their --{en,dis}able-telemetry option, and replaced it
with --{en,dis}able-analytics.

A subsequent look at the rest of the file including the logic around the
change of the name of the above option provides no other elevant changes
that would apply to this package update.

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Adam Duskett 2024-01-02 16:59:25 -07:00 committed by Yann E. MORIN
parent 75d78e4225
commit 681286564e
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 b6bc6f93423488c67110e0fe56523cd2260f3a4c379ed015cd1c7fab66362739 flutter_linux_3.13.9-stable.tar.xz
sha256 57e59fa3a31be7e87b3847cdf782f1323578bbf70a0cd35f3615f01ab429ac29 flutter_linux_3.16.5-stable.tar.xz
sha256 a598db94b6290ffbe10b5ecf911057b6a943351c727fdda9e5f2891d68700a20 LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
FLUTTER_SDK_BIN_VERSION = 3.13.9
FLUTTER_SDK_BIN_VERSION = 3.16.5
FLUTTER_SDK_BIN_SITE = https://storage.googleapis.com/flutter_infra_release/releases/stable/linux
FLUTTER_SDK_BIN_SOURCE = flutter_linux_$(FLUTTER_SDK_BIN_VERSION)-stable.tar.xz
FLUTTER_SDK_BIN_LICENSE = BSD-3-Clause
@ -25,7 +25,7 @@ HOST_FLUTTER_SDK_BIN_ENV = \
HOST_FLUTTER_SDK_BIN_CONF_OPTS = \
--clear-features \
--no-analytics \
--disable-telemetry \
--disable-analytics \
--enable-custom-devices \
--enable-linux-desktop \
--no-enable-android \