mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Dart 3.0.4 => 3.4.4 (#10164)
This commit is contained in:
1034
manifest/armv7l/d/dart.filelist
Normal file
1034
manifest/armv7l/d/dart.filelist
Normal file
File diff suppressed because it is too large
Load Diff
1022
manifest/i686/d/dart.filelist
Normal file
1022
manifest/i686/d/dart.filelist
Normal file
File diff suppressed because it is too large
Load Diff
1035
manifest/x86_64/d/dart.filelist
Normal file
1035
manifest/x86_64/d/dart.filelist
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ require 'package'
|
|||||||
class Dart < Package
|
class Dart < Package
|
||||||
description 'The Dart SDK is a set of tools and libraries for the Dart programming language. You can find information about Dart online at dartlang.org.'
|
description 'The Dart SDK is a set of tools and libraries for the Dart programming language. You can find information about Dart online at dartlang.org.'
|
||||||
homepage 'https://dart.dev'
|
homepage 'https://dart.dev'
|
||||||
version '3.0.4'
|
version '3.4.4'
|
||||||
license 'BSD-3'
|
license 'BSD-3'
|
||||||
compatibility 'all'
|
compatibility 'all'
|
||||||
|
|
||||||
@@ -14,13 +14,14 @@ class Dart < Package
|
|||||||
x86_64: "https://storage.googleapis.com/dart-archive/channels/stable/release/#{version}/sdk/dartsdk-linux-x64-release.zip"
|
x86_64: "https://storage.googleapis.com/dart-archive/channels/stable/release/#{version}/sdk/dartsdk-linux-x64-release.zip"
|
||||||
})
|
})
|
||||||
source_sha256({
|
source_sha256({
|
||||||
aarch64: '36aebf7bf6d43574dc3f66872e1926e184dd2ef8641212240e57ab895403a967',
|
aarch64: '2ef98f20dd52440bc664d7f215ac888a40755878a0e96cd4356a8cbbf0c20b6e',
|
||||||
armv7l: '36aebf7bf6d43574dc3f66872e1926e184dd2ef8641212240e57ab895403a967',
|
armv7l: '2ef98f20dd52440bc664d7f215ac888a40755878a0e96cd4356a8cbbf0c20b6e',
|
||||||
i686: '206b978e824608710e6af3e3301269397ffdec46235fe1d602063b9a30560bde',
|
i686: 'a2ce567c7953c901af15e5ce89436d611f601bbc64f0f4a920700e9f1d61f902',
|
||||||
x86_64: 'fed758732d742df884d39770756eb9bd9fdb24665c24c96502a09e03a745fca5'
|
x86_64: '1968cc9ee12802317f9a2320165f6966cf949dc3574cac1cb91a1bc7f0de67db'
|
||||||
})
|
})
|
||||||
|
|
||||||
no_compile_needed
|
no_compile_needed
|
||||||
|
no_shrink
|
||||||
|
|
||||||
def self.install
|
def self.install
|
||||||
dart_prefix = File.join(CREW_LIB_PREFIX, 'dart')
|
dart_prefix = File.join(CREW_LIB_PREFIX, 'dart')
|
||||||
|
|||||||
Reference in New Issue
Block a user