Compare commits

...

10 Commits

Author SHA1 Message Date
009fef7dd4 Update formula for G-Man release 0.2.3
Release G-Man Homebrew tap / test (macOS-latest) (push) Has been cancelled
Release G-Man Homebrew tap / test (ubuntu-latest) (push) Has been cancelled
2025-10-14 23:54:11 +00:00
a74b3244bf Update formula for G-Man release 0.2.2 2025-09-30 22:25:01 +00:00
0d4c6272ca Update formula for G-Man release 0.2.1 2025-09-30 18:05:08 +00:00
0aa65ca10c Update formula for G-Man release 0.2.0 2025-09-30 04:13:27 +00:00
aaf0c17d5a Update formula for G-Man release 0.1.0 2025-09-18 00:13:42 +00:00
fd6fcc10f7 Update formula for G-Man release 0.1.0 2025-09-15 23:11:38 +00:00
5a8f8f6353 Update formula for G-Man release 0.1.0 2025-09-15 22:52:01 +00:00
bd5837facf Update formula for G-Man release 0.1.0 2025-09-15 22:32:00 +00:00
fc6d27dd95 Update formula for G-Man release 0.1.0 2025-09-15 22:02:02 +00:00
c2110f93bc Update formula for G-Man release 0.1.0 2025-09-15 21:25:38 +00:00
+7 -7
View File
@@ -4,16 +4,16 @@ class Gman < Formula
desc "Universal command line credential management and injection tool"
homepage "https://github.com/Dark-Alex-17/gman"
if OS.mac? and Hardware::CPU.arm?
url "https://github.com/Dark-Alex-17/gman/releases/download/v0.1.0/gman-aarch64-apple-darwin.tar.gz"
sha256 "95fc67dabd208218d8412b75d1008c59e65d20fc7041f55f77c83fba297512bb"
url "https://github.com/Dark-Alex-17/gman/releases/download/v0.2.3/gman-aarch64-apple-darwin.tar.gz"
sha256 "3b077c15f6b84ec67509fa8dd99f11a0e4edafc59dfc8fbeb8df7ba59ab2da48"
elsif OS.mac? and Hardware::CPU.intel?
url "https://github.com/Dark-Alex-17/gman/releases/download/v0.1.0/gman-x86_64-apple-darwin.tar.gz"
sha256 "2f7fe7be6a1698186e272795995994d0df2b7f75d50089c7b44eecfeb1162fd5"
url "https://github.com/Dark-Alex-17/gman/releases/download/v0.2.3/gman-x86_64-apple-darwin.tar.gz"
sha256 "facbc16b40a29b653fa8ef526836880cffa618355fd130d343f9cea434f1a0c1"
else
url "https://github.com/Dark-Alex-17/gman/releases/download/v0.1.0/gman-x86_64-unknown-linux-musl.tar.gz"
sha256 "78df5a3e547853f00a892656ef801e58d2efe6f45ca2c02956728c22b34c4532"
url "https://github.com/Dark-Alex-17/gman/releases/download/v0.2.3/gman-x86_64-unknown-linux-musl.tar.gz"
sha256 "a68366a07740f851b7e42240c820c41edcc3a2a6d038e81cb6b6bb4b61974b46"
end
version "0.1.0"
version "0.2.3"
license "MIT"
def install