Brew formula update for audax version v0.0.2
This commit is contained in:
parent
c09cad8718
commit
edebcc52d5
|
@ -4,22 +4,22 @@
|
||||||
# This file was generated by GoReleaser. DO NOT EDIT.
|
# This file was generated by GoReleaser. DO NOT EDIT.
|
||||||
class Awstools < Formula
|
class Awstools < Formula
|
||||||
desc "TUI tools for AWS administration"
|
desc "TUI tools for AWS administration"
|
||||||
homepage "https://awstools.lmika.dev"
|
homepage "https://audax.tools"
|
||||||
version "0.0.1"
|
version "0.0.2"
|
||||||
license "MIT"
|
license "MIT"
|
||||||
|
|
||||||
on_macos do
|
on_macos do
|
||||||
if Hardware::CPU.arm?
|
if Hardware::CPU.arm?
|
||||||
url "https://github.com/lmika/awstools/releases/download/v0.0.1/awstools_0.0.1_darwin_arm64.tar.gz"
|
url "https://github.com/lmika/audax/releases/download/v0.0.2/audax_0.0.2_darwin_arm64.tar.gz"
|
||||||
sha256 "8d6f7632967b250c58eae274d1503415b2cbccdd3bc81e432e7fc6ba2127119e"
|
sha256 "8fcdbc37a29501d1f49c330802c17f279a409fe7300522191fa74d5b3f31d615"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "dynamo-browse"
|
bin.install "dynamo-browse"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if Hardware::CPU.intel?
|
if Hardware::CPU.intel?
|
||||||
url "https://github.com/lmika/awstools/releases/download/v0.0.1/awstools_0.0.1_darwin_amd64.tar.gz"
|
url "https://github.com/lmika/audax/releases/download/v0.0.2/audax_0.0.2_darwin_amd64.tar.gz"
|
||||||
sha256 "ebf4d8c9f24bc744ed43f15f5d5cf06ea2b709d0c78e13a28ce27131159fa6a2"
|
sha256 "eff3b8f22d553b845692579b71cb59039feca04fd1292cbe5b62d50ced713076"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "dynamo-browse"
|
bin.install "dynamo-browse"
|
||||||
|
@ -29,8 +29,8 @@ class Awstools < Formula
|
||||||
|
|
||||||
on_linux do
|
on_linux do
|
||||||
if Hardware::CPU.intel?
|
if Hardware::CPU.intel?
|
||||||
url "https://github.com/lmika/awstools/releases/download/v0.0.1/awstools_0.0.1_linux_amd64.tar.gz"
|
url "https://github.com/lmika/audax/releases/download/v0.0.2/audax_0.0.2_linux_amd64.tar.gz"
|
||||||
sha256 "f06ee56ca3ef305e56b9af5e7d69ff9c1dedd442abcca2890705b40c9117e293"
|
sha256 "04476885b24d662081e678e513f7c8b805eeb426dea8c37c8e8641e75f45bb79"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "dynamo-browse"
|
bin.install "dynamo-browse"
|
||||||
|
|
Loading…
Reference in a new issue