summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2019-05-10 10:11:02 -0500
committerfrealgagu2019-05-10 10:11:02 -0500
commit6c076583eebdb36f485b97eeb86228a1d5e85b70 (patch)
tree78e18ac2f9889a5e7df70b70a769e582b7a3f55b
parent32ce7663ec6a3c4f8505af484f4b943512b06cf9 (diff)
downloadaur-6c076583eebdb36f485b97eeb86228a1d5e85b70.tar.gz
Upgrading to version 1.5.4.hotfix.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2062bb9522ba..ec07c1079b35 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 = 1.2.1
+ pkgver = 1.5.4.hotfix.2
pkgrel = 1
url = https://flutter.io
install = flutter.install
@@ -26,10 +26,10 @@ pkgbase = flutter
options = !emptydirs
backup = opt/flutter/packages/flutter_test/pubspec.yaml
backup = opt/flutter/packages/flutter/pubspec.yaml
- source = flutter-1.2.1.tar.xz::https://storage.googleapis.com/flutter_infra/releases/stable/linux/flutter_linux_v1.2.1-stable.tar.xz
+ source = flutter-1.5.4.hotfix.2.tar.xz::https://storage.googleapis.com/flutter_infra/releases/stable/linux/flutter_linux_v1.5.4-hotfix.2-stable.tar.xz
source = flutter.sh
source = flutter.csh
- sha256sums = e5f9e8a641854a2b598083fd9d733d56bc9b77346b79777c19127992cbf6be51
+ sha256sums = 04e063b01e7087eeeccfc5f7a585ed6adcc521bc44f754e194cb3c98a57c19cd
sha256sums = 1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a
sha256sums = 7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f
diff --git a/PKGBUILD b/PKGBUILD
index a9b6551a6057..6a777033dd68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=flutter
-pkgver=1.2.1
+pkgver=1.5.4.hotfix.2
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,12 +26,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/releases/stable/linux/${pkgname}_linux_v${pkgver}-stable.tar.xz"
+ "${pkgname}-${pkgver}.tar.xz::https://storage.googleapis.com/flutter_infra/releases/stable/linux/${pkgname}_linux_v${pkgver/.hotfix/-hotfix}-stable.tar.xz"
"${pkgname}.sh"
"${pkgname}.csh"
)
sha256sums=(
- "e5f9e8a641854a2b598083fd9d733d56bc9b77346b79777c19127992cbf6be51"
+ "04e063b01e7087eeeccfc5f7a585ed6adcc521bc44f754e194cb3c98a57c19cd"
"1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a"
"7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f"
)