summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2023-09-04 19:36:25 +0200
committerThe one with the braid2023-09-04 19:36:25 +0200
commitafb7ee23773cd897c40152e42f270af2bee33086 (patch)
tree3e6ec869e3ebfc2fd173457f4bada2e6a5c05bb2
parent74ea240f084d3d1b446139529463d27ff7338220 (diff)
downloadaur-afb7ee23773cd897c40152e42f270af2bee33086.tar.gz
chore: bump version
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55c29c251395..306f8279da73 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.13.0
+ pkgver = 3.13.2
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.13.0.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.13.0-stable.tar.xz
+ source = flutter-3.13.2.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.13.2-stable.tar.xz
source = flutter.sh
source = flutter.csh
- sha256sums = a2fc218708b2eaa395ed108f43fa40242e4c12299730e3e745b966962ada95af
+ sha256sums = b927548f2ad505e6cbb9c546486285275aaff732166ee8ee53110baa2e22e8e8
sha256sums = 1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a
sha256sums = 7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f
diff --git a/PKGBUILD b/PKGBUILD
index e98dae399016..9eb503645faa 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.0
+pkgver=3.13.2
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=(
- "a2fc218708b2eaa395ed108f43fa40242e4c12299730e3e745b966962ada95af"
- "1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a"
- "7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f"
-)
+sha256sums=('b927548f2ad505e6cbb9c546486285275aaff732166ee8ee53110baa2e22e8e8'
+ '1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
+ '7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')
build() {
rm -rf "${srcdir}/${pkgname}/bin/cache" "${srcdir}/${pkgname}/.pub-cache"