Merge branch 'main' of github.com:lmika/audax

This commit is contained in:
Leon Mika 2022-07-30 09:52:55 +10:00
commit 96207821a2

View file

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