You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
352 B
11 lines
352 B
cask :v1 => 'stattransfer11' do
|
|
version '11'
|
|
sha256 'a2226e03a0281665454918b45531c8fc2938ba7590ae63802fa76dd749230631'
|
|
|
|
url "ftp://ftp.stattransfer.com/mac/stdemo#{version}.dmg"
|
|
homepage 'https://stattransfer.com/'
|
|
license :commercial
|
|
|
|
pkg "st_installer#{version}.pkg"
|
|
uninstall :pkgutil => "com.circlesys.pkg.st_installer#{version}"
|
|
end
|
|
|