diff --git a/Formula/modernize.rb b/Formula/modernize.rb index 890f84c..6aa922d 100644 --- a/Formula/modernize.rb +++ b/Formula/modernize.rb @@ -1,23 +1,23 @@ class Modernize < Formula desc "AI-powered CLI for application modernization" homepage "https://github.com/microsoft/modernize-cli" - version "0.0.366" + version "1.0.15" if OS.mac? if Hardware::CPU.intel? - url "https://github.com/microsoft/modernize-cli/releases/download/v0.0.366/modernize_0.0.366_darwin_x64.tar.gz" - sha256 "695a61e84b1491e36d0260b979ab90babde84519db3de245a1c8e46ee9eebdf1" + url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.15/modernize_1.0.15_darwin_x64.tar.gz" + sha256 "be8baee33adf710be34a752f51bad565b6eea3fafac63a75476f8c47d9097277" elsif Hardware::CPU.arm? - url "https://github.com/microsoft/modernize-cli/releases/download/v0.0.366/modernize_0.0.366_darwin_arm64.tar.gz" - sha256 "1b9d9383bcaea28c0dc24208eabf568f455e047fbc8372b461df7819b3e131d5" + url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.15/modernize_1.0.15_darwin_arm64.tar.gz" + sha256 "119794438ff58eac021d22850e8f9e0dfc78ec77badca478c41ecab78544d24b" end elsif OS.linux? if Hardware::CPU.intel? - url "https://github.com/microsoft/modernize-cli/releases/download/v0.0.366/modernize_0.0.366_linux_x64.tar.gz" - sha256 "63054c8cf7517b66555f0df897e9c8d32707366e44c51c01d108e556deeb0d44" + url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.15/modernize_1.0.15_linux_x64.tar.gz" + sha256 "e359d7b5893a804bdd39126bba73a675610d988aa2b955831a0345d035845097" elsif Hardware::CPU.arm? - url "https://github.com/microsoft/modernize-cli/releases/download/v0.0.366/modernize_0.0.366_linux_arm64.tar.gz" - sha256 "d18568137f8c163973d28f88e8247fd8ffb8286cc503ea5a3456d29260c4e493" + url "https://github.com/microsoft/modernize-cli/releases/download/v1.0.15/modernize_1.0.15_linux_arm64.tar.gz" + sha256 "3ae2390fbb91d47a6aaa5561f7a341fe6bd98b8073eb962b0578726c954b4979" end end