summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrealgagu2019-05-10 10:11:02 -0500
committerfrealgagu2019-05-10 10:11:02 -0500
commit6c076583eebdb36f485b97eeb86228a1d5e85b70 (patch)
tree78e18ac2f9889a5e7df70b70a769e582b7a3f55b /PKGBUILD
parent32ce7663ec6a3c4f8505af484f4b943512b06cf9 (diff)
downloadaur-6c076583eebdb36f485b97eeb86228a1d5e85b70.tar.gz
Upgrading to version 1.5.4.hotfix.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"
)