|
1 | 1 | class Goose < Formula |
2 | 2 | desc "Go Language's command-line interface for database migrations" |
3 | 3 | homepage "https://pressly.github.io/goose/" |
4 | | - url "https://github.com/pressly/goose/archive/refs/tags/v3.25.0.tar.gz" |
5 | | - sha256 "46002cec9b0ee3f3f87739da329c40007009e1fbf1f71e02028eb5e3614a67d4" |
| 4 | + url "https://github.com/pressly/goose/archive/refs/tags/v3.26.0.tar.gz" |
| 5 | + sha256 "fb93daf1aa33a5ef0dd5a3b8ca18f79181b4947930df3fb26e2ae26c9bd2385a" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/pressly/goose.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "e19bab9fc61373de832891de6f7c2a5c425d66ce846f25b790e1064775472708" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "22ec9bc1bdda1eb1b0bc7a6388a62cf1f5e46b598befe003ccade58c5f971b10" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a122f9ec4b99aaa817c86a7c1b8fab47b91966d4ddf7c0a437077bba07e4185" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "db546815613867cbca01d7e5454bc5ebc1e6edc5ee78a65b7381eb0e4fe145c9" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "11ba39b923ea6e65f7b218561120435de1d6037f166e9a796d5d0e2e2bef5796" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "4414da7f544c6b960f9333718f2354445c2275fd2c49e72cfdc7ef30cd0a8026" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "2d3dc7c104c9624e815e9d9c2c17ac740e8c6829a473720740da07b95e148fbb" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "30530a391aac72dec45db4eff2dfcefd6bb1a9095161fd15e1fa8cada6a10be7" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2c6066f878c5e0aeafbdbccadf574e324ed3d888c27869b3cfb7fad4828ea52" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "093568865fda9c25594bc98250c276a18da697ae11235f4d3977265a53293870" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "74559ab416949e294e5de5648da820c96b651b50d9c866ef94f1cff6c4dd71eb" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c31a5b03d697c746a4d67aad2308335d50505d9a7900627d87abfd3e787b4adb" |
17 | 15 | end |
18 | 16 |
|
19 | 17 | depends_on "go" => :build |
|
0 commit comments