mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
366 B
Ruby
12 lines
366 B
Ruby
cask :v1 => 'transmission-remote-gui' do
|
|
version '5.0.1'
|
|
sha256 'b961aeb244b2519563837745f3475d21379e3da32bae2b3cbb20ca91d1a90d75'
|
|
|
|
url "https://transmisson-remote-gui.googlecode.com/files/transgui-#{version}.dmg"
|
|
homepage 'https://code.google.com/p/transmisson-remote-gui/'
|
|
license :oss
|
|
|
|
pkg 'transgui.pkg'
|
|
|
|
uninstall :pkgutil => 'com.transgui.*'
|
|
end
|