Skip to content

Commit

Permalink
Merge pull request #191341 from Homebrew/bump-scala-3.5.1
Browse files Browse the repository at this point in the history
scala 3.5.1
  • Loading branch information
BrewTestBot committed Sep 20, 2024
2 parents 1426ed3 + 44b816e commit a40100a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/s/scala.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
class Scala < Formula
desc "JVM-based programming language"
homepage "https://www.scala-lang.org/"
url "https://github.com/scala/scala3/releases/download/3.5.0/scala3-3.5.0.tar.gz"
sha256 "bacad178623f1940dae7d75c54c75aaf53f14f07ae99803be730a1d7d51a612d"
url "https://github.com/scala/scala3/releases/download/3.5.1/scala3-3.5.1.tar.gz"
sha256 "a517e80971559e7121df3c81f476d464adeaad0f781aade25d7d9f5864bf97da"
license "Apache-2.0"
revision 1

livecheck do
url "https://www.scala-lang.org/download/"
regex(%r{href=.*?download/v?(\d+(?:\.\d+)+)\.html}i)
end

bottle do
sha256 cellar: :any_skip_relocation, all: "374e847bf9fb8ffd7384b194fefe3922542c60e1b543f20993ec507c041335c6"
sha256 cellar: :any_skip_relocation, all: "4fb2e210f8003f7989a7fba07c6f338717bdc5ae5f60e5b22488d0974fca70f1"
end

# Switch back to `openjdk` when supported:
Expand Down

0 comments on commit a40100a

Please sign in to comment.