scala: Update repo link (#6027)

This commit is contained in:
Hamza Remmal 2024-07-19 02:57:03 +00:00 committed by GitHub
parent f335e0dbdb
commit da4cb29cc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
"suggest": { "suggest": {
"JDK": "java/openjdk" "JDK": "java/openjdk"
}, },
"url": "https://github.com/lampepfl/dotty/releases/download/3.4.2/scala3-3.4.2.zip", "url": "https://github.com/scala/scala3/releases/download/3.4.2/scala3-3.4.2.zip",
"hash": "87562da187d24a2e53043679152017506226eddadec81391248444b8bf8b3610", "hash": "87562da187d24a2e53043679152017506226eddadec81391248444b8bf8b3610",
"extract_dir": "scala3-3.4.2", "extract_dir": "scala3-3.4.2",
"bin": [ "bin": [
@ -22,10 +22,10 @@
"SCALA_HOME": "$dir" "SCALA_HOME": "$dir"
}, },
"checkver": { "checkver": {
"github": "https://github.com/lampepfl/dotty/" "github": "https://github.com/scala/scala3/"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/lampepfl/dotty/releases/download/$version/scala3-$version.zip", "url": "https://github.com/scala/scala3/releases/download/$version/scala3-$version.zip",
"hash": { "hash": {
"url": "$baseurl/sha256sum.txt" "url": "$baseurl/sha256sum.txt"
}, },