homebrew-cask/Casks/m/mini-program-studio.rb

36 lines
1.2 KiB
Ruby

cask "mini-program-studio" do
arch arm: "-arm64", intel: "-x64"
on_arm do
version "3.8.1"
sha256 "4ddb7fdda56232a2518fcee7509f486ee4fa3b4bb1f5da68cd1b313f3d4673db"
end
on_intel do
version "3.8.1"
sha256 "4ca01b731e7ba6eb66500d7786f0446af8d39146b09a50e8a8fe5865e7437e7f"
end
url "https://alipay-miniapp-public.oss-cn-hangzhou.aliyuncs.com/mfupload/MiniProgramStudio-#{version}#{arch}.dmg",
verified: "alipay-miniapp-public.oss-cn-hangzhou.aliyuncs.com/mfupload/"
name "Mini Program Studio"
name "小程序开发者工具"
desc "IDE for the development of Alipay applets"
homepage "https://opendocs.alipay.com/mini/ide"
# The download page (https://opendocs.alipay.com/mini/ide/download) is
# rendered using JavaScript. The URL below returns JSON data that contains
# the HTML for the release information, so we can match within that.
livecheck do
url "https://opendocs.alipay.com/api/content/006l6m"
regex(/MiniProgramStudio[._-](\d+(?:\.\d+)*)/i)
end
app "小程序开发者工具.app"
zap trash: [
"~/Library/Application Support/小程序开发者工具",
"~/Library/Preferences/com.ant.miniprogram.plist",
"~/Library/Saved Application State/com.ant.miniprogram.savedState",
]
end