homebrew-cask/Casks/objectivesharpie.rb

15 lines
630 B
Ruby

cask 'objectivesharpie' do
version '3.3.0'
sha256 'a3f0b65895e55fa7628e3727772bed99fa7713cc059b716d3f30266b9b18ce0f'
url "https://download.xamarin.com/objective-sharpie/ObjectiveSharpie-#{version}.pkg"
appcast 'https://developer.xamarin.com/guides/cross-platform/macios/binding/objective-sharpie/releases/',
checkpoint: 'b165aa8f8d43ff887927c9f25e0e1de04e9c9c25f1f3ae163ef2833c723f147f'
name 'Objective Sharpie'
homepage 'https://developer.xamarin.com/guides/cross-platform/macios/binding/objective-sharpie/'
pkg "ObjectiveSharpie-#{version}.pkg"
uninstall pkgutil: 'com.xamarin.ObjectiveSharpie'
end