mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
18 lines
464 B
Ruby
18 lines
464 B
Ruby
cask "handshaker" do
|
|
version "2.5.6"
|
|
sha256 "1ac126457138456d37175643595c9d29100643c3c810e20992418247f57ba82d"
|
|
|
|
url "http://dl2.smartisan.cn/app/HandShaker.v#{version}.zip",
|
|
verified: "dl2.smartisan.cn/app/"
|
|
name "HandShaker"
|
|
desc "App for managing Android devices"
|
|
homepage "https://www.smartisan.com/apps/"
|
|
|
|
livecheck do
|
|
url "https://sf.smartisan.com/update.plist"
|
|
strategy :sparkle, &:short_version
|
|
end
|
|
|
|
app "HandShaker.app"
|
|
end
|