| Index: utils/pub/hosted_source.dart
|
| diff --git a/utils/pub/hosted_source.dart b/utils/pub/hosted_source.dart
|
| index 7c450a6468ad1acc610fc53a8cb70b54cf9d7a37..1a1534752ce0ce71a0e63e3fe7c10cc3b935e513 100644
|
| --- a/utils/pub/hosted_source.dart
|
| +++ b/utils/pub/hosted_source.dart
|
| @@ -31,7 +31,7 @@ class HostedSource extends Source {
|
| * Downloads a list of all versions of a package that are available from the
|
| * site.
|
| */
|
| - Future<List<Version>> getVersions(description) {
|
| + Future<List<Version>> getVersions(String name, description) {
|
| var parsed = _parseDescription(description);
|
| var fullUrl = "${parsed.last}/packages/${parsed.first}.json";
|
|
|
|
|