homebrew-cask/Casks/uncolored.rb

14 lines
502 B
Ruby

cask "uncolored" do
version "0.10.2"
sha256 "7ac0c07fbe3c0b9b1bf575274e590c7070e9b30f46d16744464ae99d4aed9f07"
url "https://github.com/n457/Uncolored/releases/download/v.#{version}/Uncolored-v.#{version}-osx-x64.dmg",
verified: "github.com/n457/Uncolored/"
appcast "https://github.com/n457/Uncolored/releases.atom"
name "(Un)colored"
desc "Rich text (HTML & Markdown) editor that saves documents with themes"
homepage "https://n457.github.io/Uncolored/"
app "Uncolored.app"
end