Skip to content

Commit

Permalink
Merge pull request #203 from deggja/chore/homebrew-0.5.4
Browse files Browse the repository at this point in the history
chore: update homebrew formula for v0.5.4
  • Loading branch information
deggja authored Nov 15, 2024
2 parents c197371 + bb8e629 commit fd0242a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions formula/netfetch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ class Netfetch < Formula
homepage "https://github.com/deggja/netfetch"

if OS.mac?
url "https://github.com/deggja/netfetch/releases/download/v0.5.3/netfetch_0.5.3_darwin_amd64.tar.gz"
sha256 "96616cf0555a265289d4736fc09466c1e78fc9a13d6314a75c99eda81a9f7308"
url "https://github.com/deggja/netfetch/releases/download/v0.5.4/netfetch_0.5.4_darwin_amd64.tar.gz"
sha256 "8757efca2f1196777acc45299773da105d8ce40a260e5de8d9f72d942f6f896b"
elsif OS.linux?
url "https://github.com/deggja/netfetch/releases/download/v0.5.3/netfetch_0.5.3_linux_amd64.tar.gz"
sha256 "96616cf0555a265289d4736fc09466c1e78fc9a13d6314a75c99eda81a9f7308"
url "https://github.com/deggja/netfetch/releases/download/v0.5.4/netfetch_0.5.4_linux_amd64.tar.gz"
sha256 "8757efca2f1196777acc45299773da105d8ce40a260e5de8d9f72d942f6f896b"
end

def install
Expand Down

0 comments on commit fd0242a

Please sign in to comment.