summaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA32
1 files changed, 15 insertions, 17 deletions
diff --git a/METADATA b/METADATA
index af7ee45..4858caf 100644
--- a/METADATA
+++ b/METADATA
@@ -1,28 +1,26 @@
# This project was upgraded with external_updater.
# Usage: tools/external_updater/updater.sh update kotlinc
-# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
+# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
name: "kotlinc"
description: "Standalone Kotlin command-line compiler tools."
third_party {
- url {
- type: HOMEPAGE
- value: "https://kotlinlang.org/"
- }
- url {
- type: ARCHIVE
- value: "https://github.com/JetBrains/kotlin/releases/download/v1.9.0/kotlin-compiler-1.9.0.zip"
- }
- url {
- type: ARCHIVE
- value: "https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330-sources.jar"
- }
- version: "v1.9.0"
license_type: RESTRICTED
license_note: "would be RECIPROCAL save for:\n license/third_party/rhino_LICENSE.txt\n license/third_party/testdata/findbugs_license.txt\n license/third_party/trove_license.txt\n license/third_party/trove_readme_license.txt"
last_upgrade_date {
- year: 2023
- month: 7
- day: 13
+ year: 2024
+ month: 1
+ day: 3
+ }
+ homepage: "https://kotlinlang.org/"
+ identifier {
+ type: "Archive"
+ value: "https://github.com/JetBrains/kotlin/releases/download/v1.9.22/kotlin-compiler-1.9.22.zip"
+ version: "v1.9.22"
+ }
+ identifier {
+ type: "Archive"
+ value: "https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330-sources.jar"
+ version: ""
}
}