mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Flutter 3.35.7 => 3.38.3 (#13612)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -3,11 +3,11 @@ require 'package'
|
|||||||
class Flutter < Package
|
class Flutter < Package
|
||||||
description "Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase."
|
description "Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase."
|
||||||
homepage 'https://flutter.dev/'
|
homepage 'https://flutter.dev/'
|
||||||
version '3.35.7'
|
version '3.38.3'
|
||||||
license 'BSD-3'
|
license 'BSD-3'
|
||||||
compatibility 'x86_64'
|
compatibility 'x86_64'
|
||||||
source_url "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_#{version}-stable.tar.xz"
|
source_url "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_#{version}-stable.tar.xz"
|
||||||
source_sha256 '146df531f9ac6a11a918013c1a70faafc053d4811c8cb69a413fd70748d51c3d'
|
source_sha256 '73de8823f5fe67ae6829f9cf2d51fe0b1fbd776a3313275ab25415a15f624068'
|
||||||
|
|
||||||
depends_on 'libglu'
|
depends_on 'libglu'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user