|
1 | 1 | class Lnk < Formula |
2 | 2 | desc "Git-native dotfiles management that doesn't suck" |
3 | 3 | homepage "https://github.com/yarlson/lnk" |
4 | | - url "https://github.com/yarlson/lnk/archive/refs/tags/v0.9.0.tar.gz" |
5 | | - sha256 "5c4fd9ced7c86813683fbebd608bf7438ef5e805b00b27f748f764d9d0624270" |
| 4 | + url "https://github.com/yarlson/lnk/archive/refs/tags/v0.9.1.tar.gz" |
| 5 | + sha256 "2cbc8f994b7888d2d384a1ed34e1fd73477e1c73b9a05f638d2ad940c6c458ae" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "055a54409a0a2a53aa4b0d3f2579eb99f73b0594d071ab9d5491c32237bd9af0" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "055a54409a0a2a53aa4b0d3f2579eb99f73b0594d071ab9d5491c32237bd9af0" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "055a54409a0a2a53aa4b0d3f2579eb99f73b0594d071ab9d5491c32237bd9af0" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "d326f2fb6241ca83a3b15574abfb8947968a5ef017e220ddc4c51d210c9c423d" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "78c8e6195d4b0d0e97deb873aafcb92b85867a0bceba10f91c87960acdc3fc37" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "20920e2cd0a28753716343bb44158f1113d446346bdf54ac2387af64d6b77dc7" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "f6134fec36469699ab98492d4e906763b8c5bdd04de45a3aafaab9e95240f10a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6134fec36469699ab98492d4e906763b8c5bdd04de45a3aafaab9e95240f10a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6134fec36469699ab98492d4e906763b8c5bdd04de45a3aafaab9e95240f10a" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "7c56661811939a7085152b699c93933d441613894e633f97b8db8f2a786458c8" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "76fb5ae306ac2a5eb4cdaa236124e0a98a0d1a28daa7549a33fbb273085c23b7" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "3ad77754376bce86e224807383beecd027c467f410e278db17e5383ff385a91a" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments