gotiengviet: add livecheck (#96320)

This commit is contained in:
Markus Reiter 2020-12-21 18:11:30 +01:00 committed by GitHub
parent a0705798a5
commit 1b3f4075aa
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,9 +3,13 @@ cask "gotiengviet" do
sha256 :no_check
url "https://www.trankynam.com/gotv/downloads/GoTiengViet.dmg"
appcast "https://www.trankynam.com/gotv/macos/GoTiengVietMacOSX-Appcast.xml"
name "GoTiengViet"
homepage "https://www.trankynam.com/gotv/"
livecheck do
url "https://www.trankynam.com/gotv/macos/GoTiengVietMacOSX-Appcast.xml"
strategy :sparkle
end
app "GoTiengViet.app"
end