kcrawford / dockutil

command line tool for managing dock items
http://patternbuffer.wordpress.com
Apache License 2.0
1.36k stars 131 forks source link

Any reason why is HomeBrew still pointing to 2.0.5.tar.gz from Sept 2016 when there is a latest dockutil 3.0.2 from Mar 2022? #159

Closed avibathula closed 8 months ago

avibathula commented 9 months ago

Trying to install from dock util using homebrew is pulling in 2.0.5.tar.gz from Sept 2016 with a message saying it is deprecated and users should lookout for alternatives, when in reality we have a more latest dockutil 3.0.2 from Mar 2022

Excerpt from homebrew (https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/d/dockutil.rb)

class Dockutil < Formula desc "Tool for managing dock items" homepage "https://github.com/kcrawford/dockutil" url "https://github.com/kcrawford/dockutil/archive/refs/tags/2.0.5.tar.gz" sha256 "6dbbc1467caaab977bf4c9f2d106ceadfedd954b6a4848c54c925aff81159a65" license "Apache-2.0"

kcrawford commented 8 months ago

Homebrew maintainers were waiting for conversion to swift package and license and release. They should have what they need now.