Delete canary.rb (#94420)

looks like they moved to the app store too - no more download on the website
This commit is contained in:
suschizu 2020-12-06 13:40:00 +01:00 committed by GitHub
parent e0fe18ef25
commit ed00b34f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
cask "canary" do
version "2.10,432"
sha256 "0fb6de1a53b6d1180a0a62c3a3e105106823dc8def04a12d0c0fa8549fc605a2"
# rink.hockeyapp.net/api/ was verified as official when first introduced to the cask
url "https://rink.hockeyapp.net/api/2/apps/b36ac4a380ea4907940c2054f6163050/app_versions/#{version.after_comma}?format=zip"
appcast "https://rink.hockeyapp.net/api/2/apps/b36ac4a380ea4907940c2054f6163050"
name "Canary"
homepage "https://canarymail.io/"
auto_updates true
depends_on macos: ">= :yosemite"
app "Canary.app"
zap trash: [
"~/Library/Application Scripts/Sanghani.Canary",
"~/Library/Containers/Sanghani.Canary",
]
end