Skip to content

Commit

Permalink
Brew formula update for dbc version v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harrywm committed Mar 23, 2023
1 parent 7266e60 commit e416751
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/dbc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
class Dbc < Formula
desc "Database Connect"
homepage "https://github.com/birdicare/homebrew-dbc"
version "0.4.0"
version "0.5.0"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/birdiecare/homebrew-dbc/releases/download/v0.4.0/birdiecare_dbc_0.4.0_darwin_arm64.tar.gz"
sha256 "80d57700276a6b9219bef2f456d652ad83c0461c2f1d4517215164893bf45ebc"
url "https://github.com/birdiecare/homebrew-dbc/releases/download/v0.5.0/birdiecare_dbc_0.5.0_darwin_arm64.tar.gz"
sha256 "4bc180cb3e082d183bf3983c495116664410eb3edf0c8cd6ce20aaa16aba1305"

def install
bin.install "dbc"
Expand All @@ -20,8 +20,8 @@ def install

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/birdiecare/homebrew-dbc/releases/download/v0.4.0/birdiecare_dbc_0.4.0_x86_64_arm64.tar.gz"
sha256 "2e68b3b55f4b858a9a8f53e42b5959aff9615b596adae4149865117431377d63"
url "https://github.com/birdiecare/homebrew-dbc/releases/download/v0.5.0/birdiecare_dbc_0.5.0_x86_64_arm64.tar.gz"
sha256 "5b484a31591021995d16cc44194b42dc360ba5818c122e4f8d5c70ac6661f70f"

def install
bin.install "dbc"
Expand Down

0 comments on commit e416751

Please sign in to comment.