|
1 | 1 | class Aliae < Formula |
2 | 2 | desc "Cross shell and platform alias management" |
3 | 3 | homepage "https://aliae.dev" |
4 | | - url "https://github.com/jandedobbeleer/aliae/archive/refs/tags/v0.25.0.tar.gz" |
5 | | - sha256 "008e46fb186c069b6f229308129f7002b0aebc4cda51ef0cc73df912a0f3d796" |
| 4 | + url "https://github.com/jandedobbeleer/aliae/archive/refs/tags/v0.26.0.tar.gz" |
| 5 | + sha256 "71d6b0327c3c3717814e37daea55f80c1c04d31c53e799505ed13d75a7f9b557" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/jandedobbeleer/aliae.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ebfba39d87f4d6a0694db84e9877df50ab26a64d5eca54490e34add27bce178" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7d265e40c33c1c91a2d0a102892b7926dfc8ff6e76b2b40dc37d2906a03c9a8f" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "0f57f7cf2e02ea54972e1bc0f3f7bfac84f336e772ca951f4ad9b8b02b44832b" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "60356e4d70fdccaa634c9d3e5ff97f59ebf3ca038e110cb55837e860be5a1537" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "cbf7bfd5f93cd4e1917f87d49c2210c5b838d8a727dddc608a5a3c82f61b8c10" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "81d1fbd0fb6ec25a2b621f8f8203fb372f279b7a9c279a7ba09eee4cef3a3c04" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0759bb4a19ec6b130896d247b235df5486a43d4c7a8af0a81cf269813705a0b5" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9ea43373c96463b9d5262b23eb1706388d424bb53e7f2ff203fedd8acd9ba1a" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "5030b4d873fb145eabb3d4ce552b253016fa17b7b143187ba89c92dca11ba7ed" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "a9f7280bf8c5dfbfcf1b547a1f0a6d6d06271eb1365edd3e03ca703d7825cb6a" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "8bd45af49ac63184c53f335cf9cd2229323a009dbfec8650bfebef7eb73082e4" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ff633dce774c5f5e571b6a87f14a8e0c6afbc11990a9b4a5076f229bc5877db" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments