Files
homebrew-cask/Casks/n/nocturn.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

12 lines
357 B
Ruby

cask "nocturn" do
version "1.8.4"
sha256 "c51eac959ccbd4eaf657ff93735de2dbc138faa26d2d56a7f89aeeea30751e9b"
url "https://github.com/k0kubun/Nocturn/releases/download/v#{version}/Nocturn-darwin-x64.zip"
name "Nocturn"
desc "Multi-platform Twitter client"
homepage "https://github.com/k0kubun/Nocturn"
app "Nocturn-darwin-x64/Nocturn.app"
end