This commit is contained in:
xiota 2024-10-27 20:27:01 +00:00
parent 0fde3ebe26
commit df28b4d337
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = flutter-bin
pkgdesc = Cross platform widget toolkit for Dart (monolithic)
pkgver = 3.24.3
pkgver = 3.24.4
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.3.tar.xz
noextract = flutter-3.24.4.tar.xz
options = !emptydirs
options = !strip
options = !debug
source = flutter-3.24.3.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.3-stable.tar.xz
sha256sums = f4e2369afaf38a8e381c9243fad2ca04b8514194c40ec946825d1f4c5539a095
source = flutter-3.24.4.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.4-stable.tar.xz
sha256sums = 2ce78d4a51f063efa7f04666ae010d026d119eea6bdea7e08b736840fe88ddb4
pkgname = flutter-bin
depends = clang

View file

@ -2,7 +2,7 @@
_pkgname="flutter"
pkgname="$_pkgname-bin"
pkgver=3.24.3
pkgver=3.24.4
pkgrel=1
pkgdesc="Cross platform widget toolkit for Dart (monolithic)"
arch=("x86_64")
@ -61,7 +61,7 @@ source=(
)
sha256sums=(
'f4e2369afaf38a8e381c9243fad2ca04b8514194c40ec946825d1f4c5539a095'
'2ce78d4a51f063efa7f04666ae010d026d119eea6bdea7e08b736840fe88ddb4'
)
prepare() {