Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installing from brew (linux) showing wrong version (0.0.1) instead latest (1.96.0) #750

Closed
g3rhard opened this issue Oct 29, 2024 · 5 comments
Assignees
Labels
bug 🐛 An issue with the system

Comments

@g3rhard
Copy link

g3rhard commented Oct 29, 2024

Describe the Bug

After installing atmos via brew (homebrew) on linux it shows outdated version (0.0.1):

❯ brew install atmos
==> Auto-updating Homebrew...
==> Auto-updated Homebrew!
Updated 4 taps (anchore/grype, chainguard-dev/tap, homebrew/core and homebrew/cask).
==> New Formulae
fcft                                   foot                                   node@22

You have 7 outdated formulae installed.

==> Downloading https://ghcr.io/v2/homebrew/core/atmos/manifests/1.96.0
############################################################################################################ 100.0%
==> Fetching atmos
==> Downloading https://ghcr.io/v2/homebrew/core/atmos/blobs/sha256:00eb498b6999c3efa7b3943822968dcd780a097db92cdfe
############################################################################################################ 100.0%
==> Pouring atmos--1.96.0.x86_64_linux.bottle.tar.gz
==> Caveats
zsh completions have been installed to:
  /home/linuxbrew/.linuxbrew/share/zsh/site-functions
==> Summary
🍺  /home/linuxbrew/.linuxbrew/Cellar/atmos/1.96.0: 10 files, 76.8MB
==> Running `brew cleanup atmos`...
❯ atmos version

 █████  ████████ ███    ███  ██████  ███████ 
██   ██    ██    ████  ████ ██    ██ ██      
███████    ██    ██ ████ ██ ██    ██ ███████ 
██   ██    ██    ██  ██  ██ ██    ██      ██ 
██   ██    ██    ██      ██  ██████  ███████ 
                                             

👽 Atmos 0.0.1 on linux/amd64


Your version of Atmos is out of date. The latest version is 1.96.0

To upgrade Atmos, refer to the following links and documents:

Atmos Releases:
https://github.com/cloudposse/atmos/releases

Install Atmos:
https://atmos.tools/install
❯ which atmos
/home/linuxbrew/.linuxbrew/bin/atmos
❯ file $(which atmos)
/home/linuxbrew/.linuxbrew/bin/atmos: symbolic link to ../Cellar/atmos/1.96.0/bin/atmos

Maybe wrong version was added to binary?

Expected Behavior

Showing latest version, eg. 1.96.0.

Steps to Reproduce

brew install atmos

Screenshots

No response

Environment

  • OS: Ubuntu 22.04 (WSL)
  • Homebrew: 4.4.3

Additional Context

No response

@g3rhard g3rhard added the bug 🐛 An issue with the system label Oct 29, 2024
@GabisCampana
Copy link

@aknysh

@osterman
Copy link
Member

Thanks @g3rhard we think this relates to a bug introduced in #729 that refactored how the version is used. We'll get this fixed ASAP.

@Cerebrovinny
Copy link
Collaborator

Pull request pending approval for homebrew Homebrew/homebrew-core#195962

@Cerebrovinny
Copy link
Collaborator

CleanShot 2024-10-29 at 19 51 23

Homebrew/homebrew-core#195962

This issue has been fixed in the Homebrew package. If you are still experiencing this problem, please update your brew formulae.
Closing the issue as resolved.

@g3rhard
Copy link
Author

g3rhard commented Oct 30, 2024

Thanks for quick update, now version is correct!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

4 participants