diff --git a/Formula/wave-notes-setup.rb b/Formula/wave-notes-setup.rb index 034e952..a8ca0ad 100644 --- a/Formula/wave-notes-setup.rb +++ b/Formula/wave-notes-setup.rb @@ -1,11 +1,11 @@ # Homebrew formula for wave-notes-setup # To calculate SHA256 after creating a GitHub release: -# curl -sL https://github.com/qbandev/wave-notes-setup/archive/v2.0.0.tar.gz | shasum -a 256 +# curl -sL https://github.com/qbandev/wave-notes-setup/archive/v2.0.1.tar.gz | shasum -a 256 class WaveNotesSetup < Formula desc "Configure Wave Terminal with a Warp-like notes system" homepage "https://github.com/qbandev/wave-notes-setup" - url "https://github.com/qbandev/wave-notes-setup/archive/v2.0.0.tar.gz" - sha256 "6859964eb71a320c2853509ac1232caf23f19ac510ee689cdfd84a7c7916bc2c" + url "https://github.com/qbandev/wave-notes-setup/archive/v2.0.1.tar.gz" + sha256 "031f6f22624765a1b315dec844e09f8a787e3c315d53f40c274dac5a67cda89f" license "MIT" depends_on "jq"