Delete cellery.rb (#105584)

This commit is contained in:
Miccal Matthews 2021-05-12 13:10:16 +08:00 committed by GitHub
parent cfc79a7065
commit 3e2fdd8066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
cask "cellery" do
version "0.6.0"
sha256 "0f65ba358402ce2abd3b37ac8e12a069585fabaead0f00fb105fef9897aba928"
url "https://github.com/wso2-cellery/sdk/releases/download/v#{version}/cellery-macos-installer-x64-#{version}.pkg",
verified: "github.com/wso2-cellery/sdk/"
appcast "github.com/wso2-cellery/sdk/releases.atom"
name "Cellery"
homepage "https://wso2-cellery.github.io/"
depends_on cask: "osxfuse"
depends_on formula: "python"
depends_on formula: "torsocks"
depends_on formula: "sshfs"
pkg "cellery-macos-installer-x64-#{version}.pkg"
uninstall pkgutil: "org.cellery.*"
end