oxwu: remove (#143322)

Delete oxwu.rb
This commit is contained in:
Miccal Matthews 2023-03-19 19:12:56 +08:00 committed by GitHub
parent 6dca5ab0e3
commit 40e8222562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 42 deletions

View File

@ -1,42 +0,0 @@
cask "oxwu" do
on_intel do
version "3.0.0"
sha256 :no_check
url "https://eew.earthquake.tw/releases/OXWU-Setup-osx64.dmg"
caveats do
discontinued
<<~EOS
Development has ended on the Intel version.
EOS
end
end
on_arm do
version "4.1.0"
sha256 :no_check
url "https://eew.earthquake.tw/releases/mac/arm64/oxwu-mac-arm64.dmg"
livecheck do
url "https://eew.earthquake.tw/releases/mac/arm64/latest-mac.yml"
strategy :electron_builder
end
end
name "OX Wake Up"
desc "Taiwan Earthquake app"
homepage "https://eew.earthquake.tw/"
auto_updates true
depends_on macos: ">= :el_capitan"
app "地牛Wake Up!.app"
uninstall quit: "com.nw-builder.wakeup"
zap trash: [
"~/Library/Application Support/OXWU",
"~/Library/Preferences/com.nw-builder.wakeup.plist",
"~/Library/Saved Application State/com.nw-builder.wakeup.savedState",
]
end