This commit is contained in:
xiota 2024-11-16 05:17:02 +00:00
parent df28b4d337
commit 9814789c96
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.4
pkgver = 3.24.5
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.4.tar.xz
noextract = flutter-3.24.5.tar.xz
options = !emptydirs
options = !strip
options = !debug
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
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
pkgname = flutter-bin
depends = clang

View file

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