mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
julia: add livecheck (#102395)
This commit is contained in:
+6
-1
@@ -3,11 +3,16 @@ cask "julia" do
|
||||
sha256 "2f54aa030669ed47ca377a3ab866437540df337ad7e6df45f912bfd2b564d04a"
|
||||
|
||||
url "https://julialang-s3.julialang.org/bin/mac/x64/#{version.major_minor}/julia-#{version}-mac64.dmg"
|
||||
appcast "https://github.com/JuliaLang/julia/releases.atom"
|
||||
name "Julia"
|
||||
desc "Programming language for technical computing"
|
||||
homepage "https://julialang.org/"
|
||||
|
||||
livecheck do
|
||||
url "https://github.com/JuliaLang/julia"
|
||||
strategy :git
|
||||
regex(/^v?(\d+(?:\.\d+)*)$/)
|
||||
end
|
||||
|
||||
app "Julia-#{version.major_minor}.app"
|
||||
binary "#{appdir}/Julia-#{version.major_minor}.app/Contents/Resources/julia/bin/julia"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user