summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2024-02-26 08:31:56 +0100
committerThe one with the braid2024-02-26 08:31:56 +0100
commit48ec7834a2e84ea76229e5c33b31bf79d2d90b88 (patch)
tree0a39684adf1b2ca29ae79c0e422960a552d06a6d
parent6fbaab413e90c965586978bf353ea7809ff43019 (diff)
downloadaur-48ec7834a2e84ea76229e5c33b31bf79d2d90b88.tar.gz
chore: bump version
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89ca21ec0acc..40b9951b41ad 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.0
+ pkgver = 3.19.1
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.0.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.0-stable.tar.xz
+ source = flutter-3.19.1.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.1-stable.tar.xz
source = flutter.sh
source = flutter.csh
- sha256sums = 4cc1706fbd6e2a5c0ee34a6f8de875aae20904c9f47e18c88d2fcb25d9ea1a79
+ sha256sums = d80ae3b41f4ce388345c9872483ed27553698c1c41c0ccf4a7dba27e31c36d60
sha256sums = 1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a
sha256sums = 7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f
diff --git a/PKGBUILD b/PKGBUILD
index 28f3dd1a17b3..fca6c4f358f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Fredy García <frealgagu at gmail dot com>
-# Co-Maintainer: Polarian <polarian@polarian.dev>
-# Contributor: Philip Goto <philip.goto@gmail.com>, WithTheBraid <info@braid.business>
+# Maintainer: WithTheBraid <info@braid.business>
+# Co-Maintainer: Polarian <polarian@polarian.dev>, Fredy García <frealgagu at gmail dot com>
+# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=flutter
-pkgver=3.19.0
+pkgver=3.19.1
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=('4cc1706fbd6e2a5c0ee34a6f8de875aae20904c9f47e18c88d2fcb25d9ea1a79'
+sha256sums=('d80ae3b41f4ce388345c9872483ed27553698c1c41c0ccf4a7dba27e31c36d60'
'1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
'7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')