diff --git a/Formula/dropboxignore.rb b/Formula/dropboxignore.rb index 0be9415..f48c451 100644 --- a/Formula/dropboxignore.rb +++ b/Formula/dropboxignore.rb @@ -1,8 +1,8 @@ class Dropboxignore < Formula desc "Command-line tool for ignoring files in Dropbox" homepage "https://dropboxignore.simakis.me/" - url "https://github.com/sp1thas/dropboxignore/archive/refs/tags/v1.1.0.tar.gz" - sha256 "033fa1ca2593489772ea3af97a665f5de4a1751fce6bb8b246322e8835cb402d" + url "https://github.com/sp1thas/dropboxignore/archive/refs/tags/v1.2.3.tar.gz" + sha256 "4ef5981c24fe6f5f4c9d4e955f396d48e56ef82b5b0c6fdf8cecb54572e17cf5" license "GPL-3.0-only" bottle do @@ -20,7 +20,7 @@ class Dropboxignore < Formula def install # Do not use 'make install' as it uses hardcoded destination - bin.install "bin/dropboxignore.sh" => "dropboxignore" + bin.install "src/bin/cli.sh" => "dropboxignore" end test do