mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #163666 from miccal/bump-bootstrap-studio-6.6.0
bootstrap-studio 6.6.0
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
cask "bootstrap-studio" do
|
||||
arch arm: "arm64", intel: "x64"
|
||||
|
||||
version "6.5.1"
|
||||
sha256 arm: "acf79154829a7558fa8c80588c41f9f76d3da1e86a9fab0a1bc496aec61c475e",
|
||||
intel: "b13d62d09fad13507c306f53a0b430deab7b9c6b6cbd9c8e3faad837f7caffb0"
|
||||
version "6.6.0"
|
||||
sha256 arm: "f0fb3bd6db024688afea8918e64f81d2757a8ca7dcbd5b90342d3c916a9d5012",
|
||||
intel: "dfbb77d4712865d3d5c83cd2bb69c565707797f236996bda9d2071ca92fec2ec"
|
||||
|
||||
url "https://releases.bootstrapstudio.io/#{version}/Bootstrap%20Studio%20(#{arch}).dmg"
|
||||
name "Bootstrap Studio"
|
||||
@@ -12,7 +12,7 @@ cask "bootstrap-studio" do
|
||||
|
||||
livecheck do
|
||||
url "https://bootstrapstudio.io/pages/releases/"
|
||||
regex(/Version\s*(\d+(?:\.\d+)+)/i)
|
||||
regex(/Version\s*v?(\d+(?:\.\d+)+)/i)
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
@@ -22,13 +22,13 @@ cask "bootstrap-studio" do
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/bstudio",
|
||||
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/bg.zine.bootstrapstudio.sfl*",
|
||||
"~/Library/Application Support/CrashReporter/Bootstrap Studio*",
|
||||
"~/Library/Caches/bg.zine.bootstrapstudio",
|
||||
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/bg.zine.bootstrapstudio.sfl2",
|
||||
"~/Library/Caches/bg.zine.bootstrapstudio.ShipIt",
|
||||
"~/Library/Preferences/ByHost/bg.zine.bootstrapstudio.ShipIt.*",
|
||||
"~/Library/Preferences/bg.zine.bootstrapstudio.helper.plist",
|
||||
"~/Library/Preferences/bg.zine.bootstrapstudio.plist",
|
||||
"~/Library/Preferences/ByHost/bg.zine.bootstrapstudio.ShipIt.*",
|
||||
"~/Library/Saved Application State/bg.zine.bootstrapstudio.savedState",
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user