SketchyBar icon indicating copy to clipboard operation
SketchyBar copied to clipboard

Outdated Patch Version

Open johnallen3d opened this issue 1 year ago • 1 comments

I was troubleshooting an issue with brackets and wanted to be sure I had the latest version (because I've seen a few recent bracket related updates). Anyway, when I run brew info sketchybar I see version 2.8.2 in the output, however sketchybar -v is reporting 2.8.0. For a while I thought I had an outdated binary on my path but now I believe that it's because this line hasn't been updated.

❯ brew info sketchybar
felixkratz/formulae/sketchybar: stable 2.8.2, HEAD
Custom macOS statusbar with shell plugin, interaction and graph support
https://github.com/FelixKratz/SketchyBar
/opt/homebrew/Cellar/sketchybar/HEAD-4cfe167 (11 files, 483.7KB)
  Built from source on 2022-08-02 at 17:36:36
/opt/homebrew/Cellar/sketchybar/2.8.2 (11 files, 483.7KB) *
  Built from source on 2022-08-03 at 14:22:50
From: https://github.com/felixkratz/homebrew-formulae/blob/HEAD/sketchybar.rb
License: GPL-3.0-only
==> Options
--HEAD
	Install HEAD version
==> Caveats
Copy the example configuration into your home directory and make the scripts executable:
  mkdir ~/.config/sketchybar
  cp /opt/homebrew/opt/sketchybar/share/sketchybar/examples/sketchybarrc ~/.config/sketchybar/sketchybarrc
  mkdir ~/.config/sketchybar/plugins
  cp -r /opt/homebrew/opt/sketchybar/share/sketchybar/examples/plugins/ ~/.config/sketchybar/plugins/
  chmod +x ~/.config/sketchybar/plugins/*

To restart felixkratz/formulae/sketchybar after an upgrade:
  brew services restart felixkratz/formulae/sketchybar
Or, if you don't want/need a background service you can just run:
  sketchybar

❯ sketchybar -v
sketchybar-v2.8.0

johnallen3d avatar Aug 03 '22 20:08 johnallen3d

Sorry for the confusion, I sometimes forget to update these numbers… I will write a pre release checklist and go through it before the release from now on.

FelixKratz avatar Aug 03 '22 20:08 FelixKratz