Update hachidori to 2.2.1 (#43310)

This commit is contained in:
Gianni Tam-McMillan 2018-01-29 19:34:32 +00:00 committed by Vítor Galvão
parent 70b2ffb031
commit 4bd7190614
1 changed files with 6 additions and 4 deletions

View File

@ -1,13 +1,15 @@
cask 'hachidori' do
version '2.0b12'
sha256 'e22551430945ffce90232485fc4fe89964207b900bcaa09c88243dfc12d05f15'
version '2.2.1'
sha256 '51db575dd65bdcea29d554cea35bd1a6606281356e877e20d549521c5e1cbc28'
# github.com/Atelier-Shiori/hachidori was verified as official when first introduced to the cask
url "https://github.com/Atelier-Shiori/hachidori/releases/download/#{version}/Hachidori-#{version}.dmg"
url "https://github.com/Atelier-Shiori/hachidori/releases/download/#{version}/hachidori-#{version}.dmg"
appcast 'https://github.com/Atelier-Shiori/hachidori/releases.atom',
checkpoint: 'a37270b79c8f43a3a62e286e55562b3b7e1432fb5a394fc0eec918f29ef9e169'
checkpoint: '993b1c9eeaa17bfb35697a8b5c09e76b518b463dc312fdb5c7c10083234ecfeb'
name 'Hachidori'
homepage 'https://hachidori.ateliershiori.moe/'
depends_on macos: '>= :mavericks'
app 'Hachidori.app'
end