Files
homebrew-cask/Casks/f/fromscratch.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

13 lines
427 B
Ruby

cask "fromscratch" do
version "1.4.3"
sha256 "fd3d8bc1cf8bc7e03dfb584a89e02b3c4da98f44d96eda0979d149dd668d709f"
url "https://github.com/Kilian/fromscratch/releases/download/v#{version}/FromScratch-#{version}.dmg",
verified: "github.com/Kilian/fromscratch/"
name "FromScratch"
desc "Autosaving Scratchpad. A simple but smart note-taking app"
homepage "https://fromscratch.rocks/"
app "FromScratch.app"
end