mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
304 B
Ruby
10 lines
304 B
Ruby
cask :v1 => 'honer' do
|
|
version '1.0'
|
|
sha256 'bae10bea6875dbc5c948fb2e86b168c15ee3738d485bd7ab2a9758e64812c531'
|
|
|
|
url "https://github.com/puffnfresh/Honer.app/releases/download/v#{version}/Honer-6e3863f2.zip"
|
|
homepage 'https://github.com/puffnfresh/Honer.app'
|
|
license :oss
|
|
|
|
app 'Honer.app'
|
|
end
|