couchbase-server-community: add livecheck (#96225)

This commit is contained in:
Markus Reiter 2020-12-21 18:09:01 +01:00 committed by GitHub
parent af2a067e1e
commit 207b523b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -3,10 +3,14 @@ cask "couchbase-server-community" do
sha256 "41c08fa300a9cf204a3630680980c0acf4f7f6ef4efa00b9cb6c3c38097ab935"
url "https://packages.couchbase.com/releases/#{version}/couchbase-server-community_#{version}-macos_x86_64.dmg"
appcast "http://appcast.couchbase.com/membasex.xml"
name "Couchbase Server"
homepage "https://www.couchbase.com/"
livecheck do
url "http://appcast.couchbase.com/membasex.xml"
strategy :sparkle
end
conflicts_with cask: "couchbase-server-enterprise"
app "Couchbase Server.app"