summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWithTheBraid2023-01-25 09:09:45 +0100
committerWithTheBraid2023-01-25 09:09:45 +0100
commit79411ea94e0ca0aeb75067d1b97f7b4f5507c95d (patch)
treec06fa30bc11c8a13b777cbc4da787727336b47d0
parent54632d5cf435c5c6055b8cc17a2c806fe233ce3d (diff)
downloadaur-79411ea94e0ca0aeb75067d1b97f7b4f5507c95d.tar.gz
chore: bump version
Signed-off-by: WithTheBraid <the-one@with-the-braid.cf>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23992b0d7496..048f629ff5ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flutter
pkgdesc = A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android.
- pkgver = 3.3.10
+ pkgver = 3.7.0
pkgrel = 1
url = https://flutter.dev
install = flutter.install
@@ -25,10 +25,10 @@ pkgbase = flutter
options = !emptydirs
backup = opt/flutter/packages/flutter_test/pubspec.yaml
backup = opt/flutter/packages/flutter/pubspec.yaml
- source = flutter-3.3.10.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.3.10-stable.tar.xz
+ source = flutter-3.7.0.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.7.0-stable.tar.xz
source = flutter.sh
source = flutter.csh
- sha256sums = d24e83f7a6b829d163feeef1abfcc30869f0c5d1af93e9917426265dad507024
+ sha256sums = 51160abac1d0d82b45647be6b2a6ed2d3827d51c3920f2c8ebf3ea8cebe6f484
sha256sums = 1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a
sha256sums = 7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f
diff --git a/PKGBUILD b/PKGBUILD
index 5f405e505ced..04a786a52374 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.10
+pkgver=3.7.0
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,7 +19,7 @@ source=(
"${pkgname}.sh"
"${pkgname}.csh"
)
-sha256sums=('d24e83f7a6b829d163feeef1abfcc30869f0c5d1af93e9917426265dad507024'
+sha256sums=('51160abac1d0d82b45647be6b2a6ed2d3827d51c3920f2c8ebf3ea8cebe6f484'
'1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
'7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')