mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
3.35.1
This commit is contained in:
parent
5ad96c612d
commit
fdb05ab3dc
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = flutter-bin
|
||||
pkgdesc = Cross platform widget toolkit for Dart (monolithic)
|
||||
pkgver = 3.32.8
|
||||
pkgver = 3.35.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/flutter/flutter
|
||||
install = flutter.install
|
||||
|
|
@ -39,12 +39,12 @@ pkgbase = flutter-bin
|
|||
conflicts = flutter-material-fonts
|
||||
conflicts = flutter-sky-engine
|
||||
conflicts = flutter-tool-developer
|
||||
noextract = flutter-3.32.8.tar.xz
|
||||
noextract = flutter-3.35.1.tar.xz
|
||||
options = !emptydirs
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = flutter-3.32.8.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.32.8-stable.tar.xz
|
||||
sha256sums = c2c7d75f9be53f10f3fdba2f7e042b2ef0852cc088392b374bcec34c6204ed8c
|
||||
source = flutter-3.35.1.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.35.1-stable.tar.xz
|
||||
sha256sums = 58efd9d1e570a1bf976e218cfbbcca3f23b21b873d765a74e045d5b9022ab515
|
||||
|
||||
pkgname = flutter-bin
|
||||
depends = clang
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_pkgname="flutter"
|
||||
pkgname="$_pkgname-bin"
|
||||
pkgver=3.32.8
|
||||
pkgver=3.35.1
|
||||
pkgrel=1
|
||||
pkgdesc="Cross platform widget toolkit for Dart (monolithic)"
|
||||
arch=("x86_64")
|
||||
|
|
@ -58,7 +58,7 @@ noextract=("$_pkgsrc.$_pkgext")
|
|||
|
||||
_url_dl="https://storage.googleapis.com/flutter_infra_release/releases/stable/linux"
|
||||
source=("$_pkgsrc.$_pkgext"::"$_url_dl/flutter_linux_$pkgver-stable.$_pkgext")
|
||||
sha256sums=('c2c7d75f9be53f10f3fdba2f7e042b2ef0852cc088392b374bcec34c6204ed8c')
|
||||
sha256sums=('58efd9d1e570a1bf976e218cfbbcca3f23b21b873d765a74e045d5b9022ab515')
|
||||
|
||||
prepare() {
|
||||
_gen_scripts
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue