Merge pull request #198799 from Homebrew/bump-huly-0.6.411
[Homebrew/homebrew-cask.git] / Casks / a / ariang.rb
blob4f7c23b864f7bc3b5697ccc4188e1439a37df4ce
1 cask "ariang" do
2   arch arm: "arm64", intel: "x64"
4   version "1.3.9"
5   sha256 arm:   "4ae88171e4a87184391b4b32f6e2f48bd677c2928ed61b16b74e1fc4394acc90",
6          intel: "ef1393e614385445021e70b41be59246474763aeab3015eeaf5204d4b8d56763"
8   url "https://github.com/mayswind/AriaNg-Native/releases/download/#{version}/AriaNg_Native-#{version}-macOS-#{arch}.dmg"
9   name "AriaNg Native"
10   desc "Better aria2 desktop frontend than AriaNg"
11   homepage "https://github.com/mayswind/AriaNg-Native"
13   depends_on macos: ">= :high_sierra"
15   app "AriaNg Native.app"
17   zap trash: [
18     "~/Library/Preferences/net.mayswind.ariang.plist",
19     "~/Library/Saved Application State/net.mayswind.ariang.savedState",
20   ]
21 end