summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2024-05-10 14:14:21 +0200
committerThe one with the braid2024-05-10 14:14:21 +0200
commitc27f07b2f23af20c5c0c1a2e2ad9d9f78a7a25cb (patch)
tree2b61c29187269b93313819bea8f721a77f260bb4
parent46c7eed8b1789d7cab09d99b26c0c732b92acbd1 (diff)
downloadaur-c27f07b2f23af20c5c0c1a2e2ad9d9f78a7a25cb.tar.gz
fix: update engine hash
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b3f39fecd36..f7ac667cfb39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ _group=flutter
groups=("$_group")
pkgver=3.19.6
_dartver=(3.2.0 4.0.0)
-_enginever=5687011d5e949d475a867b742f2e628f3bfbec05
+_enginever=c4cd48e186460b32d44585ce3c103271ab676355
_materialfontsver=3012db47f3130e62f7cc0beabff968a33cbec8d8
_gradlewver=fd5c1f2c013565a3bea56ada6df9d2b8e96d56aa
_flutterarch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/x64/)
-pkgrel=1
+pkgrel=2
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
_pkgdesc="Flutter SDK component"
arch=("x86_64" "aarch64")