Skip to content

Commit

Permalink
feat: formula v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer authored and github-actions[bot] committed Dec 27, 2024
1 parent 6e4ada3 commit 7d6b79b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Casks/aliae.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
desc "Cross shell and platform alias management"
homepage "https://aliae.dev"
arch arm: "arm64", intel: "amd64"
version "0.23.0"
version "0.24.0"
url "https://github.com/JanDeDobbeleer/aliae/releases/download/v#{version}/aliae-darwin-#{arch}"
sha256 arm: "f0b441abf864c14c4de948ba42cba2e2a57a01368856dc8e3301d807214d1e47",
intel: "ddb4c069f326d7369c67b4ad4e6b759f0ebd7b8b46fa7959f3407205c02766dd"
sha256 arm: "447cd60922f5f45538d0644a6e04c6ff92093003fafc7aead78819013431ff7a",
intel: "5d7ca434a0fe0d1ff9e949cc330779fd510d6b1d28b254cb57932da110d89fab"
name "aliae"
binary "aliae-darwin-#{arch}", target: "aliae"
auto_updates true
Expand Down
8 changes: 4 additions & 4 deletions aliae.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Aliae < Formula
desc "Cross shell and platform alias management"
homepage "https://aliae.dev"
url "https://github.com/JanDeDobbeleer/aliae/archive/v0.23.0.tar.gz"
url "https://github.com/JanDeDobbeleer/aliae/archive/v0.24.0.tar.gz"
head "https://github.com/JanDeDobbeleer/aliae.git", branch: "main"
sha256 "080d243fbd333f2684989ccdd71bd3069ff36db6ac968acc656d4e1bbd924b34"
sha256 "8036ac29dcd7aa4c259bd69b0554d3d3de1b08db25943f0999b698c5ad3dc19f"
license "MIT"
version "0.23.0"
version "0.24.0"

depends_on "[email protected]" => :build

def install
Dir.chdir("src") do
ENV["GOPROXY"] = ENV.has_key?("HOMEBREW_GOPROXY") ? ENV["HOMEBREW_GOPROXY"] : ""
system("go build -o=aliae -ldflags=\"-s -w -X \'main.Version=0.23.0\'\"")
system("go build -o=aliae -ldflags=\"-s -w -X \'main.Version=0.24.0\'\"")
bin.install "aliae"
end
end
Expand Down

0 comments on commit 7d6b79b

Please sign in to comment.