Skip to content

Commit d344c11

Browse files
committed
Update Dart (2.18.5)
1 parent 5397d45 commit d344c11

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ credits = [
238238
], [
239239
'Dart',
240240
'2012 the Dart project authors',
241-
'CC BY-SA',
242-
'https://creativecommons.org/licenses/by-sa/4.0/'
241+
'BSD 3-Clause "New" or "Revised" License',
242+
'https://raw.githubusercontent.com/dart-lang/sdk/main/LICENSE'
243243
], [
244244
'date-fns',
245245
'2021 Sasha Koss and Lesha Koss',

docs/file-scrapers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and put it in `/path/to/devdocs/docs/`
2323
Or run the following commands in your terminal:
2424

2525
```sh
26-
curl https://storage.googleapis.com/dart-archive/channels/stable/release/$RELEASE/api-docs/dartdocs-gen-api-zip > dartApi.zip; \
26+
curl https://storage.googleapis.com/dart-archive/channels/stable/release/$RELEASE/api-docs/dartdocs-gen-api.zip > dartApi.zip; \
2727
unzip dartApi.zip; mv gen-dartdocs docs/dart~$VERSION
2828
```
2929

lib/docs/scrapers/dart.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ class Dart < FileScraper
1717

1818
options[:attribution] = <<-HTML
1919
&copy; 2012 the Dart project authors<br>
20-
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
20+
Licensed under the BSD 3-Clause "New" or "Revised" License.
2121
HTML
2222

2323
version '2' do
24-
self.release = '2.17.0'
24+
self.release = '2.18.5'
2525
self.base_url = "https://api.dart.dev/stable/#{release}/"
2626
end
2727

0 commit comments

Comments
 (0)