mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
3.27.0
This commit is contained in:
parent
9814789c96
commit
9af6c9bb2b
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.24.5
|
||||
pkgver = 3.27.0
|
||||
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.24.5.tar.xz
|
||||
noextract = flutter-3.27.0.tar.xz
|
||||
options = !emptydirs
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = flutter-3.24.5.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.5-stable.tar.xz
|
||||
sha256sums = a7c82f551a9eae018e078f6bb186171e5a77920d35a3d75a61d9a593d0a9e4ae
|
||||
source = flutter-3.27.0.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.27.0-stable.tar.xz
|
||||
sha256sums = c0592133cc61d7c4d42762287de84b7e0bafdd3fd62eb26eaadb342c4309d541
|
||||
|
||||
pkgname = flutter-bin
|
||||
depends = clang
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_pkgname="flutter"
|
||||
pkgname="$_pkgname-bin"
|
||||
pkgver=3.24.5
|
||||
pkgver=3.27.0
|
||||
pkgrel=1
|
||||
pkgdesc="Cross platform widget toolkit for Dart (monolithic)"
|
||||
arch=("x86_64")
|
||||
|
|
@ -61,7 +61,7 @@ source=(
|
|||
)
|
||||
|
||||
sha256sums=(
|
||||
'a7c82f551a9eae018e078f6bb186171e5a77920d35a3d75a61d9a593d0a9e4ae'
|
||||
'c0592133cc61d7c4d42762287de84b7e0bafdd3fd62eb26eaadb342c4309d541'
|
||||
)
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue