diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,13 +1,14 @@ name : scala -version : 2.13.3 -release : 7 +version : 2.13.5 +release : 8 source : - - https://github.com/scala/scala/archive/v2.13.3.tar.gz : ca46cfc74ee32604b65670df24e6044fd422a59f8e8e6279657f272318daa931 + - https://github.com/scala/scala/archive/v2.13.5.tar.gz : dfb1102c0d6238663b2a082f299431ca6c2bb4191947e03e3c462007f01b03a1 license : BSD-3-Clause component : programming +homepage : https://www.scala-lang.org/ summary : Scala Language Toolchain description: | - Scala Language Toolchain + Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries. builddeps : - git - openjdk-11-devel @@ -16,6 +17,8 @@ - openjdk-11 networking : yes build : | + export SBT_OPTS="-Xmx4G -XX:ReservedCodeCacheSize=64M" + sbt -Divy.home=$workdir/.ivy2 \ -Dsbt.global.base=$workdir/.sbt \ -Dsbt.ivy.home=$workdir/.ivy2 \ @@ -37,4 +40,4 @@ done popd - cp -a quick/classes/scala-dist/man $installdir/usr/share + cp -a quick/classes/scalaDist/man $installdir/usr/share diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,6 +1,7 @@ scala + https://www.scala-lang.org/ Campbell Jones dev@serebit.com @@ -8,14 +9,14 @@ BSD-3-Clause programming Scala Language Toolchain - Scala Language Toolchain + Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries. https://getsol.us/sources/README.Solus scala Scala Language Toolchain - Scala Language Toolchain + Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries. programming @@ -49,12 +50,12 @@ - - 2020-09-30 - 2.13.3 + + 2021-02-23 + 2.13.5 Packaging update Campbell Jones dev@serebit.com \ No newline at end of file