Files
homebrew-cask/Casks/m/mysides.rb
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

13 lines
355 B
Ruby

cask "mysides" do
version "1.0.1"
sha256 "76946b8f7c5bf714125d75f1ada8140e034f05a9e288c73a7af445d76c2a5514"
url "https://github.com/mosen/mysides/releases/download/v#{version}/mysides-#{version}.pkg"
name "mysides"
homepage "https://github.com/mosen/mysides"
pkg "mysides-#{version}.pkg"
uninstall pkgutil: "com.github.mosen.mysides"
end