summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2023-09-28 16:43:43 +0200
committerThe one with the braid2023-09-28 16:43:43 +0200
commitc90810faf53c58f8edfe8271f5ac942d9b325e6e (patch)
treebc6da65adb09c85b9b6153b0ad87a9e77135936f
parentfad6f53cf62823813fbcac52bb40e0ae7094c897 (diff)
downloadaur-c90810faf53c58f8edfe8271f5ac942d9b325e6e.tar.gz
chore: bump version
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94f49669fba0..f1d61bbbe1c4 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.5
+ pkgver = 3.13.6
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.5.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.13.5-stable.tar.xz
+ source = flutter-3.13.6.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.13.6-stable.tar.xz
source = flutter.sh
source = flutter.csh
- sha256sums = 0f68460f2bf9f09df7d19711517949a2625c5eaf07a55d41746d6f2a25aaa769
+ sha256sums = c8b64bdf6982d51fc303376bc0b8e27b416fb23a137c0268f7fe401216e57bf4
sha256sums = 1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a
sha256sums = 7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f
diff --git a/PKGBUILD b/PKGBUILD
index 326a38a7babf..d04ac5559bdd 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.5
+pkgver=3.13.6
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=('0f68460f2bf9f09df7d19711517949a2625c5eaf07a55d41746d6f2a25aaa769'
+sha256sums=('c8b64bdf6982d51fc303376bc0b8e27b416fb23a137c0268f7fe401216e57bf4'
'1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
'7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')