Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
470 B
Ruby

cask "snip" do
version "2.0,5771"
sha256 "2e9c2863d4412dbfa1323c1f2cb056c6a81b77d520c8b2a732cade1e7b40df00"
url "https://snip.qq.com/resources/Snip_V#{version.csv.first}_#{version.csv.second}.dmg"
name "Snip"
desc "Screen capture tool"
homepage "https://snip.qq.com/"
pkg "Snip_V#{version.sub(/^(\d+\.\d+).*/, '\1')}.pkg"
uninstall quit: "com.tencent.snip",
pkgutil: "com.tencent.snip.Snip.pkg"
caveats do
discontinued
end
end