mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Fix pkg and add sha256 for mbed-studio (#97261)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
cask "mbed-studio" do
|
||||
version "1.3.1.3"
|
||||
sha256 :no_check
|
||||
sha256 "cc4561b6ce367ed9fa330dcc3a88469a662c90c9be43b6e6dbecd430cf0bfea2"
|
||||
|
||||
url "https://studio.mbed.com/installers/latest/mac/MbedStudio.pkg"
|
||||
name "Mbed Studio"
|
||||
homepage "https://os.mbed.com/studio/"
|
||||
|
||||
pkg "MbedStudio.pkg"
|
||||
pkg "MbedStudio-#{version.major_minor_patch}.pkg"
|
||||
|
||||
uninstall pkgutil: "com.arm.mbed.studio"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user