farrago 2.0.0 (#145064)

Co-authored-by: Razvan Azamfirei <azamfireirazvan@gmail.com>
This commit is contained in:
Laine Taffin Altman
2023-04-13 15:36:36 -04:00
committed by GitHub
co-authored by Razvan Azamfirei
parent 275d8784b3
commit 2e53058cae
+10 -1
View File
@@ -1,5 +1,5 @@
cask "farrago" do
version "1.6.8"
version "2.0.0"
sha256 :no_check
url "https://rogueamoeba.com/farrago/download/Farrago.zip"
@@ -16,4 +16,13 @@ cask "farrago" do
depends_on macos: ">= :catalina"
app "Farrago.app"
zap trash: [
"~/Library/Application Support/Farrago #{version.major}",
"~/Library/Caches/com.rogueamoeba.farrago",
"~/Library/HTTPStorages/com.rogueamoeba.farrago",
"~/Library/Preferences/com.rogueamoeba.farrago.plist",
"~/Library/Saved Application State/com.rogueamoeba.farrago.savedState",
"~/Library/WebKit/com.rogueamoeba.farrago",
]
end