diff --git a/Casks/trojan-qt5.rb b/Casks/trojan-qt5.rb index 14963d5dabd..dbd5e892ac0 100644 --- a/Casks/trojan-qt5.rb +++ b/Casks/trojan-qt5.rb @@ -1,12 +1,12 @@ cask 'trojan-qt5' do # note: "5" is not a version number, but an intrinsic part of the product name - version '1.3.1' - sha256 '8f5075837cfc0f58d4b41f272403e6efe333292a3069e0998a4eefea3177bfb1' + version '1.4.0' + sha256 '05886c42098dd3b9cc2e25daa0b18e43e4b65abc9e86b4e1973b12defdf73b82' - url "https://github.com/TheWanderingCoel/Trojan-Qt5/releases/download/v#{version}/Trojan-Qt5-macOS.dmg" - appcast 'https://github.com/TheWanderingCoel/Trojan-Qt5/releases.atom' + url "https://github.com/Trojan-Qt5/Trojan-Qt5/releases/download/v#{version}/Trojan-Qt5-macOS.dmg" + appcast 'https://github.com/Trojan-Qt5/Trojan-Qt5/releases.atom' name 'Trojan-Qt5' - homepage 'https://github.com/TheWanderingCoel/Trojan-Qt5' + homepage 'https://github.com/Trojan-Qt5/Trojan-Qt5' auto_updates true depends_on macos: '>= :sierra'