summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrealgagu2019-07-10 13:29:34 -0500
committerfrealgagu2019-07-10 13:29:34 -0500
commit0e552a6c78599b7e52c0c072f7f62d953165adc3 (patch)
tree6a55b6e5703e06feac65922715d7f9b71eb14f6e /PKGBUILD
parent6c076583eebdb36f485b97eeb86228a1d5e85b70 (diff)
downloadaur-0e552a6c78599b7e52c0c072f7f62d953165adc3.tar.gz
Upgrading to version 1.7.8.hotfix.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a777033dd68..114e0d599324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=flutter
-pkgver=1.5.4.hotfix.2
+pkgver=1.7.8.hotfix.3
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/.hotfix/-hotfix}-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=(
- "04e063b01e7087eeeccfc5f7a585ed6adcc521bc44f754e194cb3c98a57c19cd"
+ "ba6906f2c695c09e8ba8caa06fb0c0273e2ac435b6116e27926c265e57d1957b"
"1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a"
"7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f"
)