summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaio Delphino2021-12-13 12:15:11 -0300
committerGitHub2021-12-13 12:15:11 -0300
commit1e2f98b2dcd6c13180c1d308414f1fc8a6663df5 (patch)
tree7d7cb65fef32db408ef732ce4963f087b0443e0d /PKGBUILD
parent72c999a31599695e2c8f2b0588fa2fca670ef97d (diff)
downloadaur-1e2f98b2dcd6c13180c1d308414f1fc8a6663df5.tar.gz
update to v2.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae1100440cae..1bce37906eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=flutter
-pkgver=2.5.3
+pkgver=2.8.0
pkgrel=1
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
arch=("x86_64")
@@ -15,12 +15,12 @@ backup=("opt/${pkgname}/packages/${pkgname}_test/pubspec.yaml" "opt/${pkgname}/p
options=("!emptydirs")
install="${pkgname}.install"
source=(
- "${pkgname}-${pkgver}.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/${pkgname}_linux_${pkgver/.hotfix/+hotfix}-stable.tar.xz"
+ "${pkgname}-${pkgver}.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${pkgver}-stable.tar.xz"
"${pkgname}.sh"
"${pkgname}.csh"
)
sha256sums=(
- "b32d04a9fa5709326b4e724e0de64ff1b2b70268f89dd3c748e6360ac937fe01"
+ "b12cffa3019d08c0796fdf9c016bcb92b7c570822ae7aeb95e8a5de092afd46e"
"1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a"
"7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f"
)