Skip to content

Commit

Permalink
Remove deprecated devel blocks from formula, see Homebrew/brew#7688
Browse files Browse the repository at this point in the history
  • Loading branch information
marsmensch committed Jun 16, 2020
1 parent 7d00a8f commit c727b74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
14 changes: 1 addition & 13 deletions gamma-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,9 @@ class GammaCli < Formula
url "https://github.com/orbs-network/gamma-cli/releases/download/v0.10.0/gammacli-linux-x86-64-v0.10.0.tar.gz"
sha256 "816ee6f48f47fbda19f00d503e084b582089fece932e464eabea41a41d3dcf03"
else
ohdie "Your operating system is not supported by this formula, if you feel this is a mistake please contract Orbs"
ohdie "Your operating system is not supported by this formula, if you feel this is a mistake please contact Orbs"
end
head "https://github.com/orbs-network/homebrew-devtools"

devel do
if OS.mac?
url "https://github.com/orbs-network/gamma-cli/releases/download/v0.10.0/gammacli-mac-v0.10.0.tar.gz"
sha256 "8f50a52ab54e16b62d0c0202be3bdb3205e266c787e4a0d08342c2d1885a3155"
elsif OS.linux?
url "https://github.com/orbs-network/gamma-cli/releases/download/v0.10.0/gammacli-linux-x86-64-v0.10.0.tar.gz"
sha256 "816ee6f48f47fbda19f00d503e084b582089fece932e464eabea41a41d3dcf03"
else
ohdie "Your operating system is not supported by this formula, if you feel this is a mistake please contract Orbs"
end
end

def install
system "mkdir", "-p", bin
Expand Down
5 changes: 0 additions & 5 deletions orbs-key-generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ class OrbsKeyGenerator < Formula
url "https://github.com/orbs-network/orbs-key-generator/releases/download/v0.1.1/orbskeygenerator-mac-v0.1.1.tar.gz"
sha256 "5d2e979981baa549738d80c45adf0197184ad5848c368eb775eb3338ce1126de"
head "https://github.com/orbs-network/homebrew-devtools"

devel do
url "https://github.com/orbs-network/orbs-key-generator/releases/download/v0.1.1/orbskeygenerator-mac-v0.1.1.tar.gz"
sha256 "5d2e979981baa549738d80c45adf0197184ad5848c368eb775eb3338ce1126de"
end

def install
system "mkdir", "-p", bin
Expand Down

0 comments on commit c727b74

Please sign in to comment.