diff --git a/Formula/dok.rb b/Formula/dok.rb index 8daa45d..1086d0a 100644 --- a/Formula/dok.rb +++ b/Formula/dok.rb @@ -2,7 +2,7 @@ class Dok < Formula desc "CLI to manipulate the macOS Dock" homepage "https://github.com/kalahari/dok" url "https://github.com/kalahari/dok/archive/refs/tags/v1.0.0.tar.gz" - sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + sha256 "f2ee0ab5d90d25c8b381246c97b8372ea9ec31a7ab8c48c7c9e98f9ac47c1844" license "MIT" head "https://github.com/kalahari/dok.git", branch: "main" @@ -11,4 +11,4 @@ def install libexec.install Dir["libexec/*"] bin.install Dir["bin/*"] end - end \ No newline at end of file + end