From d35f20e5102fe3ff3e53da548067fb53e1e94f07 Mon Sep 17 00:00:00 2001 From: xiota Date: Sat, 22 Nov 2025 20:36:03 +0000 Subject: [PATCH] 3.38.3 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 964ed9fd5225c..2bb6a2458b1c4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = flutter-bin pkgdesc = Cross platform widget toolkit for Dart (monolithic) - pkgver = 3.38.2 + pkgver = 3.38.3 pkgrel = 1 url = https://github.com/flutter/flutter install = flutter.install @@ -39,12 +39,12 @@ pkgbase = flutter-bin conflicts = flutter-material-fonts conflicts = flutter-sky-engine conflicts = flutter-tool-developer - noextract = flutter-3.38.2.tar.xz + noextract = flutter-3.38.3.tar.xz options = !emptydirs options = !strip options = !debug - source = flutter-3.38.2.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.2-stable.tar.xz - md5sums = 60295f5cebee533c40053ef6275e51ca + source = flutter-3.38.3.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.3-stable.tar.xz + md5sums = 2570b49a1386bfabc255cf56679abbc0 pkgname = flutter-bin depends = clang diff --git a/PKGBUILD b/PKGBUILD index 4e4be109fb185..d836fb7373cea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname="flutter" pkgname="$_pkgname-bin" -pkgver=3.38.2 +pkgver=3.38.3 pkgrel=1 pkgdesc="Cross platform widget toolkit for Dart (monolithic)" arch=("x86_64") @@ -58,7 +58,7 @@ noextract=("$_pkgsrc.$_pkgext") _url_dl="https://storage.googleapis.com/flutter_infra_release/releases/stable/linux" source=("$_pkgsrc.$_pkgext"::"$_url_dl/flutter_linux_$pkgver-stable.$_pkgext") -md5sums=('60295f5cebee533c40053ef6275e51ca') +md5sums=('2570b49a1386bfabc255cf56679abbc0') prepare() { _gen_scripts