summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2024-03-12 07:27:47 +0100
committerThe one with the braid2024-03-12 07:27:47 +0100
commit2942f591ec73f3a8c132cd77a1331507dc581475 (patch)
tree4f90dfd599c0c0be13b4544910fb77cd0a581f87
parent9191e5d660fc9da047f1475eda61a4fb5807d327 (diff)
downloadaur-2942f591ec73f3a8c132cd77a1331507dc581475.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 ae50eddba5a3..091007f4c992 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.19.2
+ pkgver = 3.19.3
pkgrel = 1
url = https://flutter.dev
install = flutter.install
@@ -33,10 +33,10 @@ pkgbase = flutter
options = !emptydirs
backup = opt/flutter/packages/flutter_test/pubspec.yaml
backup = opt/flutter/packages/flutter/pubspec.yaml
- source = flutter-3.19.2.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.2-stable.tar.xz
+ source = flutter-3.19.3.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.3-stable.tar.xz
source = flutter.sh
source = flutter.csh
- sha256sums = bb4aa5cbabedcba76469841ff16a5dfe75b24c05b0fdaee6c05db829cba58b4e
+ sha256sums = ddb712be586281afd51a3f96db3681f99f242278201e0ae3322c03706e4004ad
sha256sums = 1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a
sha256sums = 7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f
diff --git a/PKGBUILD b/PKGBUILD
index 975d67738d2a..b76226fb0014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=flutter
-pkgver=3.19.2
+pkgver=3.19.3
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")
@@ -41,7 +41,7 @@ source=(
"${pkgname}.sh"
"${pkgname}.csh"
)
-sha256sums=('bb4aa5cbabedcba76469841ff16a5dfe75b24c05b0fdaee6c05db829cba58b4e'
+sha256sums=('ddb712be586281afd51a3f96db3681f99f242278201e0ae3322c03706e4004ad'
'1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
'7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')