Add depends on mojave nova.rb (#89610)

* Update nova.rb

* Update nova.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
suschizu 2020-09-21 19:38:14 +02:00 committed by GitHub
parent cef5795e3b
commit e3b39afbb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,13 +2,14 @@ cask "nova" do
version "1.0"
sha256 "c5414f5cf6888a8c53f91b53d5bdd1cd246e31aafad3c3bec381c10ef6a44a94"
# panic-c157.kxcdn.com was verified as official when first introduced to the cask
# panic-c157.kxcdn.com/ was verified as official when first introduced to the cask
url "https://panic-c157.kxcdn.com/nova/Nova%20#{version}.zip"
name "Panic Nova"
desc "Native code editor"
homepage "https://nova.app/"
auto_updates true
depends_on macos: ">= :mojave"
app "Nova.app"
binary "#{appdir}/Nova.app/Contents/MacOS/Nova", target: "nova"