summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWithTheBraid2022-12-22 10:27:09 +0100
committerWithTheBraid2022-12-22 10:27:09 +0100
commit54632d5cf435c5c6055b8cc17a2c806fe233ce3d (patch)
treea3dc7592ef0f84d1632dd59d0edc3c764bf1037e /PKGBUILD
parente455530e9eafb8d534b83e11d44b6a74d78fe565 (diff)
downloadaur-54632d5cf435c5c6055b8cc17a2c806fe233ce3d.tar.gz
chore: bump version
Signed-off-by: WithTheBraid <the-one@with-the-braid.cf>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 767f360044cb..5f405e505ced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>, WithTheBraid <the-one@with-the-braid.cf>
pkgname=flutter
-pkgver=3.3.9
+pkgver=3.3.10
pkgrel=1
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
arch=("x86_64" "aarch64")
@@ -19,11 +19,9 @@ source=(
"${pkgname}.sh"
"${pkgname}.csh"
)
-sha256sums=(
- "5aac9006137157ecaf041beeb326e0395eed50950291553b60e07568a1454767"
- "1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a"
- "7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f"
-)
+sha256sums=('d24e83f7a6b829d163feeef1abfcc30869f0c5d1af93e9917426265dad507024'
+ '1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
+ '7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')
build() {
rm -rf "${srcdir}/${pkgname}/bin/cache" "${srcdir}/${pkgname}/.pub-cache"