-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
leader-key 1.6.0 (new cask) #200099
base: master
Are you sure you want to change the base?
leader-key 1.6.0 (new cask) #200099
Conversation
@@ -0,0 +1,21 @@ | |||
cask "leader-key" do | |||
version "1.6.0" | |||
sha256 :no_check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sha256 :no_check | |
sha256 "79aae74c790166dd806cac27f94fd6aacdbee889622084e13f326f65ea19035f" |
@@ -0,0 +1,21 @@ | |||
cask "leader-key" do | |||
version "1.6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version "1.6.0" | |
version "1.6.0,57" |
version "1.6.0" | ||
sha256 :no_check | ||
|
||
url "https://leader-key-updates.s3.amazonaws.com/Leader%20Key-latest.zip", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
url "https://leader-key-updates.s3.amazonaws.com/Leader%20Key-latest.zip", | |
url "https://leader-key-updates.s3.amazonaws.com/Leader%20Key.b#{version.csv.second}.zip", |
|
||
livecheck do | ||
url "https://leader-key-updates.s3.amazonaws.com/appcast.xml" | ||
strategy :sparkle, &:short_version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
strategy :sparkle, &:short_version | |
regex(%r{/Leader%20Key[._-]b(\d+(?:\.\d+)*)\.zip}i) | |
strategy :sparkle do |item, regex| | |
match = item.url.match(regex) | |
next if match.blank? | |
"#{item.short_version},#{match[1]}" | |
end |
strategy :sparkle, &:short_version | ||
end | ||
|
||
depends_on macos: ">= :ventura" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
depends_on macos: ">= :ventura" | |
auto_updates true | |
depends_on macos: ">= :ventura" |
url "https://leader-key-updates.s3.amazonaws.com/Leader%20Key-latest.zip", | ||
verified: "leader-key-updates.s3.amazonaws.com/" | ||
name "Leader Key" | ||
desc "*faster than your launcher* launcher" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
desc "*faster than your launcher* launcher" | |
desc "Application launcher" |
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
In the following questions
<cask>
is the token of the cask you're submitting.After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>
is error-free.brew style --fix <cask>
reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>
worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>
worked successfully.brew uninstall --cask <cask>
worked successfully.