summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThe one with the braid2023-09-26 17:50:06 +0200
committerThe one with the braid2023-09-26 17:50:06 +0200
commitfad6f53cf62823813fbcac52bb40e0ae7094c897 (patch)
tree9072ffcd7c9ffc8367c4b5547293362fd47767cd /PKGBUILD
parent77af31d7d86c73a4cdaaa239eb49c5bd2bcb747c (diff)
downloadaur-fad6f53cf62823813fbcac52bb40e0ae7094c897.tar.gz
chore: bump version
Signed-off-by: The one with the braid <info@braid.business>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d26ad20e6a79..326a38a7babf 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.13.3
+pkgver=3.13.5
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=(
- "c53c8aeff17d13c4c0b47bff2c54a293e48286e03dd089f37d561737e41a8c2c"
- "1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a"
- "7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f"
-)
+sha256sums=('0f68460f2bf9f09df7d19711517949a2625c5eaf07a55d41746d6f2a25aaa769'
+ '1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
+ '7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')
build() {
rm -rf "${srcdir}/${pkgname}/bin/cache" "${srcdir}/${pkgname}/.pub-cache"