Update mousepose from 4.2 to 4.3 (#143134)

\n
This commit is contained in:
Miccal Matthews 2023-03-16 10:34:02 +08:00 committed by GitHub
parent 54b062ce40
commit 8c0fe43be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cask "mousepose" do
version "4.2,10276"
sha256 "a8e1d256f5931e78d730cb9d8de0f50758529373a6bfada9743e069e3ec70ef7"
version "4.3,10282"
sha256 "75151165bfeb6eb1fe6ac3835cb0c80ce0bba26559d3c5410977bf034f688883"
url "https://cdn.boinx.com/software/mousepose/Mousepose-#{version.csv.first}-Boinx-(#{version.csv.second}).app.zip"
name "Mouseposé"
@ -12,7 +12,7 @@ cask "mousepose" do
strategy :sparkle
end
depends_on macos: ">= :high_sierra"
depends_on macos: ">= :mojave"
# Renamed for consistency: app name is different in the Finder and in a shell.
# Original discussion: https://github.com/Homebrew/homebrew-cask/pull/15708