summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd3f3f222a7b..4782fc4707c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=flutter
-pkgver=0.11.11
+pkgver=0.11.12
pkgrel=1
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
arch=("x86_64")
@@ -26,9 +26,9 @@ install="${pkgname}.install"
source=("${pkgname}-${pkgver}.tar.xz::https://storage.googleapis.com/flutter_infra/releases/beta/linux/${pkgname}_linux_v${pkgver}-beta.tar.xz"
"${pkgname}.sh"
"${pkgname}.csh")
-sha256sums=("8b90990e6f3ce1832e1d3f862c9b06f09780e46fab756aef48221514b645c750"
- "1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a"
- "7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f")
+sha256sums=('6c9a2efc13ca03ac2713c447ab9acb216ba5e1257ba5fef79422128adf6a0240'
+ '1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
+ '7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')
build() {
cd "${srcdir}/${pkgname}"