File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Modernize < Formula
22 desc "AI-powered CLI for application modernization"
33 homepage "https://github.com/microsoft/modernize-cli"
4- version "1.0.15 "
4+ version "1.0.62 "
55
66 if OS . mac?
77 if Hardware ::CPU . intel?
8- url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.15 /modernize_1.0.15_darwin_x64 .tar.gz"
9- sha256 "be8baee33adf710be34a752f51bad565b6eea3fafac63a75476f8c47d9097277 "
8+ url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.62 /modernize_1.0.62_darwin_x64 .tar.gz"
9+ sha256 "9379c12a839772057c0dd980e061cc8c7f3f6d57e83c5e89d2422d26aac40506 "
1010 elsif Hardware ::CPU . arm?
11- url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.15 /modernize_1.0.15_darwin_arm64 .tar.gz"
12- sha256 "119794438ff58eac021d22850e8f9e0dfc78ec77badca478c41ecab78544d24b "
11+ url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.62 /modernize_1.0.62_darwin_arm64 .tar.gz"
12+ sha256 "7712fac9e1e2871083204bfb848cb34f84f7a9aa67127d63699110ef0dd22dae "
1313 end
1414 elsif OS . linux?
1515 if Hardware ::CPU . intel?
16- url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.15 /modernize_1.0.15_linux_x64 .tar.gz"
17- sha256 "e359d7b5893a804bdd39126bba73a675610d988aa2b955831a0345d035845097 "
16+ url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.62 /modernize_1.0.62_linux_x64 .tar.gz"
17+ sha256 "bc9e63b6b6e08566d7612c5b7e52369545dd680a5ff86a815975fbc4da339080 "
1818 elsif Hardware ::CPU . arm?
19- url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.15 /modernize_1.0.15_linux_arm64 .tar.gz"
20- sha256 "3ae2390fbb91d47a6aaa5561f7a341fe6bd98b8073eb962b0578726c954b4979 "
19+ url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.62 /modernize_1.0.62_linux_arm64 .tar.gz"
20+ sha256 "ac01a66565475ff36ce843fc6e0023bf7e193a08dc04252ae4ff8241e94c0f7a "
2121 end
2222 end
2323
You can’t perform that action at this time.
0 commit comments