mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update macpilot (#83191)
* Update macpilot * Update macpilot.rb * Update macpilot.rb Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
This commit is contained in:
+13
-5
@@ -1,13 +1,21 @@
|
||||
cask 'macpilot' do
|
||||
version '11.1.4'
|
||||
sha256 '75fc421d51ebd172ebdf149400fbcd010cf1224529e2e7d3fdf1915e62757f64'
|
||||
if MacOS.version <= :mojave
|
||||
version '11.1.3'
|
||||
sha256 '1990b04414896ef24767e58cd9b56901460375ee8fb805572ca34da019bcda58'
|
||||
|
||||
url 'https://www.koingosw.com/products/macpilot/download/old/macpilot_11.1.3_intel_for_1013to1015.dmg'
|
||||
else
|
||||
version '11.1.4'
|
||||
sha256 '75fc421d51ebd172ebdf149400fbcd010cf1224529e2e7d3fdf1915e62757f64'
|
||||
|
||||
url 'https://www.koingosw.com/products/macpilot/download/macpilot.dmg'
|
||||
appcast 'https://www.koingosw.com/postback/versioncheck.php?appname=macpilot&type=sparkle'
|
||||
end
|
||||
|
||||
url 'https://www.koingosw.com/products/macpilot/download/macpilot.dmg'
|
||||
appcast 'https://www.koingosw.com/postback/versioncheck.php?appname=macpilot&type=sparkle'
|
||||
name 'MacPilot'
|
||||
homepage 'https://www.koingosw.com/products/macpilot/'
|
||||
|
||||
depends_on macos: '>= :mojave'
|
||||
depends_on macos: '>= :high_sierra'
|
||||
|
||||
app 'MacPilot.app'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user