mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
9 lines
313 B
Ruby
9 lines
313 B
Ruby
class Easysimbl < Cask
|
|
version '1.6'
|
|
sha256 '42139885e35946f1b2decb9cdfa755b8df8c050134463d76b2e3e0f68e783e26'
|
|
|
|
url "https://github.com/norio-nomura/EasySIMBL/releases/download/EasySIMBL-#{version}/EasySIMBL-#{version}.zip"
|
|
homepage 'https://github.com/norio-nomura/EasySIMBL/'
|
|
|
|
app 'EasySIMBL.app'
|
|
end
|